Last change
on this file since 312:a4d499904482 was
225:c5a40fc54f1a,
checked in by Alpar Juttner <alpar@…>, 16 years ago
|
CMake improvements.
- documentation generation with Doxygen
- installation support
|
File size:
289 bytes
|
Line | |
---|
1 | INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}) |
---|
2 | |
---|
3 | LINK_DIRECTORIES(${CMAKE_BINARY_DIR}/lemon) |
---|
4 | |
---|
5 | SET(DEMOS |
---|
6 | arg_parser_demo |
---|
7 | graph_to_eps_demo |
---|
8 | lgf_demo) |
---|
9 | |
---|
10 | FOREACH(DEMO_NAME ${DEMOS}) |
---|
11 | ADD_EXECUTABLE(${DEMO_NAME} ${DEMO_NAME}.cc) |
---|
12 | TARGET_LINK_LIBRARIES(${DEMO_NAME} lemon) |
---|
13 | ENDFOREACH(DEMO_NAME) |
---|
Note: See
TracBrowser
for help on using the repository browser.