X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/41aeab983aed4105a2868c9339cf1c8df5f35724..db9e1e77f7d08a187ac8e5588e42b3358879de9f:/examples/msg/mc/CMakeLists.txt diff --git a/examples/msg/mc/CMakeLists.txt b/examples/msg/mc/CMakeLists.txt index 868bd24eb7..3fab5c94b6 100644 --- a/examples/msg/mc/CMakeLists.txt +++ b/examples/msg/mc/CMakeLists.txt @@ -8,8 +8,8 @@ add_executable(bugged2 bugged2.c) add_executable(bugged3 bugged3.c) add_executable(random_test random_test.c) -target_link_libraries(centralized simgrid m -fprofile-arcs) -target_link_libraries(bugged1 simgrid m -fprofile-arcs) -target_link_libraries(bugged2 simgrid m -fprofile-arcs) -target_link_libraries(bugged3 simgrid m -fprofile-arcs) -target_link_libraries(random_test simgrid m -fprofile-arcs) +target_link_libraries(centralized simgrid m ) +target_link_libraries(bugged1 simgrid m ) +target_link_libraries(bugged2 simgrid m ) +target_link_libraries(bugged3 simgrid m ) +target_link_libraries(random_test simgrid m )