Changeset 925:06491fd08efd in lemon-main
- Timestamp:
- 12/03/10 13:26:38 (14 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
CMakeLists.txt
r912 r925 125 125 ADD_SUBDIRECTORY(lemon) 126 126 IF(${CMAKE_SOURCE_DIR} STREQUAL ${PROJECT_SOURCE_DIR}) 127 ADD_SUBDIRECTORY(contrib) 127 128 ADD_SUBDIRECTORY(demo) 128 129 ADD_SUBDIRECTORY(tools) -
doc/Doxyfile.in
r912 r925 90 90 "@abs_top_srcdir@/lemon/concepts" \ 91 91 "@abs_top_srcdir@/demo" \ 92 "@abs_top_srcdir@/contrib" \ 92 93 "@abs_top_srcdir@/tools" \ 93 94 "@abs_top_srcdir@/test/test_tools.h" \ -
doc/dirs.dox
r440 r925 32 32 documentation. 33 33 */ 34 35 /** 36 \dir contrib 37 \brief Directory for user contributed source codes. 38 39 You can place your own C++ code using LEMON into this directory, which 40 will compile to an executable along with LEMON when you build the 41 library. This is probably the easiest way of compiling short to medium 42 codes, for this does require neither a LEMON installed system-wide nor 43 adding several paths to the compiler. 44 45 Please have a look at <tt>contrib/CMakeLists.txt</tt> for 46 instruction on how to add your own files into the build process. */ 34 47 35 48 /**
Note: See TracChangeset
for help on using the changeset viewer.