X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1d3bb007d52c72d2f2fd5a636d4792d4e5f9427d..12a3d01e7de3d8fdefa0aeedeb0cee96936567f0:/testsuite/xbt/CMakeLists.txt diff --git a/testsuite/xbt/CMakeLists.txt b/testsuite/xbt/CMakeLists.txt index cd690a1f6d..69a1cdafb9 100644 --- a/testsuite/xbt/CMakeLists.txt +++ b/testsuite/xbt/CMakeLists.txt @@ -7,6 +7,12 @@ add_executable(graphxml_usage "graphxml_usage.c") add_executable(heap_bench "heap_bench.c") ### Add definitions for compile -target_link_libraries(log_usage gras m -fprofile-arcs) -target_link_libraries(graphxml_usage simgrid m -fprofile-arcs) -target_link_libraries(heap_bench gras m -fprofile-arcs) +if(NOT WIN32) +target_link_libraries(log_usage gras m ) +target_link_libraries(graphxml_usage simgrid m ) +target_link_libraries(heap_bench gras m ) +else(NOT WIN32) +target_link_libraries(log_usage gras ) +target_link_libraries(graphxml_usage simgrid ) +target_link_libraries(heap_bench gras ) +endif(NOT WIN32) \ No newline at end of file