Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
new C example on actor creation
[simgrid.git] / examples / c / CMakeLists.txt
index 84eb459..2c4027a 100644 (file)
@@ -1,4 +1,4 @@
-foreach(x async-waitany)
+foreach(x actor-create async-waitany)
   add_executable       (${x}-c EXCLUDE_FROM_ALL ${x}/${x}.c)
   target_link_libraries(${x}-c simgrid)
   set_target_properties(${x}-c PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/${x})