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