root/branches/debug/extra/tsp/src/CMakeLists.txt
| Revision 128, 246 bytes (checked in by anton, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | SET(LIBRARY_OUTPUT_PATH ../../../lib/) |
| 2 | ADD_LIBRARY(routing_tsp SHARED tsp.c tsp.h tsp_solver.cpp) |
| 3 | MESSAGE("Installation directory for libraries is set to ${LIBRARY_INSTALL_PATH}") |
| 4 | INSTALL(TARGETS routing_tsp DESTINATION ${LIBRARY_INSTALL_PATH}) |
| 5 |
Note: See TracBrowser
for help on using the browser.
