Changes in test/CMakeLists.txt [939:78b9fb1f4454:948:f9e3f73e17f1] in lemon-main
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/CMakeLists.txt
r939 r948 73 73 TARGET_LINK_LIBRARIES(lp_test ${LP_TEST_LIBS}) 74 74 ADD_TEST(lp_test lp_test) 75 ADD_DEPENDENCIES(check lp_test) 75 76 76 77 IF(WIN32 AND LEMON_HAVE_GLPK) … … 114 115 TARGET_LINK_LIBRARIES(mip_test ${MIP_TEST_LIBS}) 115 116 ADD_TEST(mip_test mip_test) 117 ADD_DEPENDENCIES(check mip_test) 116 118 117 119 IF(WIN32 AND LEMON_HAVE_GLPK)
Note: See TracChangeset
for help on using the changeset viewer.