lemon-project-template-glpk

comparison src/CMakeLists.txt @ 11:4fc6ad2fb8a6

Test GLPK in src/main.cc
author Alpar Juttner <alpar@cs.elte.hu>
date Sun, 06 Nov 2011 21:43:29 +0100
parents dda9b6665fde
children
comparison
equal deleted inserted replaced
1:9edd9526ee2e 2:cbe9cb61b020
17 ## This tells cmake to install 'lemon-project' to $PREFIX/bin when 17 ## This tells cmake to install 'lemon-project' to $PREFIX/bin when
18 ## 'make install' is executed. You can give more targets separated 18 ## 'make install' is executed. You can give more targets separated
19 ## by whitespaces. 19 ## by whitespaces.
20 20
21 TARGET_LINK_LIBRARIES(lemon-project 21 TARGET_LINK_LIBRARIES(lemon-project
22 ${LEMON_LIBRARIES} 22 ${LEMON_LIBRARIES} glpk
23 ) 23 )
24 24
25 INSTALL( 25 INSTALL(
26 TARGETS lemon-project 26 TARGETS lemon-project
27 RUNTIME DESTINATION ${INSTALL_BIN_DIR} 27 RUNTIME DESTINATION ${INSTALL_BIN_DIR}