X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ce25317042935b2621bf84d5fcb79d9368d14234..74855662cc55ccf11cc50c93d88fc095fc61e611:/teshsuite/simdag/partask/CMakeLists.txt diff --git a/teshsuite/simdag/partask/CMakeLists.txt b/teshsuite/simdag/partask/CMakeLists.txt index e912349ff4..86de84b169 100644 --- a/teshsuite/simdag/partask/CMakeLists.txt +++ b/teshsuite/simdag/partask/CMakeLists.txt @@ -6,5 +6,10 @@ add_executable(test_comp_only_seq test_comp_only_seq.c) add_executable(test_comp_only_par test_comp_only_par.c) ### Add definitions for compile +if(NOT WIN32) target_link_libraries(test_comp_only_seq simgrid m pthread ) target_link_libraries(test_comp_only_par simgrid m pthread ) +else(NOT WIN32) +target_link_libraries(test_comp_only_seq simgrid) +target_link_libraries(test_comp_only_par simgrid) +endif(NOT WIN32)