Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make this test test something
[simgrid.git] / examples / msg / tracing / CMakeLists.txt
index efecac9..65e9589 100644 (file)
@@ -1,4 +1,4 @@
-foreach (example ms procmig link_user_variables link_srcdst_user_variables)
+foreach (example ms)
   add_executable       (${example} ${example}.c)
   target_link_libraries(${example} simgrid)
   set(examples_src  ${examples_src} ${CMAKE_CURRENT_SOURCE_DIR}/${example}.c)