root/branches/debug/extra/tsp/src/CMakeLists.txt

Revision 128, 246 bytes (checked in by anton, 3 years ago)

Debugging branch added

Line 
1SET(LIBRARY_OUTPUT_PATH ../../../lib/)
2ADD_LIBRARY(routing_tsp SHARED tsp.c tsp.h tsp_solver.cpp)
3MESSAGE("Installation directory for libraries is set to ${LIBRARY_INSTALL_PATH}")
4INSTALL(TARGETS routing_tsp DESTINATION ${LIBRARY_INSTALL_PATH})
5
Note: See TracBrowser for help on using the browser.