Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
adding another example with the declaration of multiple categories
[simgrid.git] / examples / msg / tracing / CMakeLists.txt
index eadfb61..7e4e1e4 100644 (file)
@@ -4,6 +4,8 @@ set(EXECUTABLE_OUTPUT_PATH "./")
 set(LIBRARY_OUTPUT_PATH "${PROJECT_DIRECTORY}/lib")
 
 add_executable(ms "ms.c")
+add_executable(categories "categories.c")
 
 ### Add definitions for compile
 target_link_libraries(ms simgrid m -fprofile-arcs)
+target_link_libraries(categories simgrid m -fprofile-arcs)