X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d4bd7b4cb322e0749639c724069b0613848b340f..ab8d6bf77b9aa74785b486fd5704e7fc63f25d66:/examples/msg/tracing/CMakeLists.txt diff --git a/examples/msg/tracing/CMakeLists.txt b/examples/msg/tracing/CMakeLists.txt index 405c0a90b3..65e9589bb2 100644 --- a/examples/msg/tracing/CMakeLists.txt +++ b/examples/msg/tracing/CMakeLists.txt @@ -1,4 +1,4 @@ -foreach (example ms procmig) +foreach (example ms) add_executable (${example} ${example}.c) target_link_libraries(${example} simgrid) set(examples_src ${examples_src} ${CMAKE_CURRENT_SOURCE_DIR}/${example}.c)