root/branches/anton/extra/tsp/src/CMakeLists.txt
| Revision 28, 357 bytes (checked in by anton, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | #Then for each subdirectory listed in the SUBDIRS command, |
| 2 | # CMakeLists.txt files are created. In the ./Hello directory, the |
| 3 | # following CMakeLists.txt file is created: |
| 4 | |
| 5 | # Create a library called "Hello" which includes the source file "hello.cxx". |
| 6 | # Any number of sources could be listed here. |
| 7 | ADD_LIBRARY(routing_tsp SHARED tsp.c tsp.h tsp_solver.cpp) |
| 8 | |
| 9 | |
| 10 | |
| 11 |
Note: See TracBrowser
for help on using the browser.
