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