Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New python example: actor-daemon
[simgrid.git] / examples / python / CMakeLists.txt
index 435245da996f084c2ffb0860f4233d08332bcded..6f1c59611094e428ce47284efafb65c21c8c1616 100644 (file)
@@ -1,4 +1,5 @@
-foreach(example actor-create actor-migration actor-yield exec-basic)
+foreach(example actor-create actor-daemon actor-join actor-migrate actor-suspend actor-yield
+                exec-basic)
   set(tesh_files    ${tesh_files}   ${CMAKE_CURRENT_SOURCE_DIR}/${example}/${example}.tesh)
   set(examples_src  ${examples_src} ${CMAKE_CURRENT_SOURCE_DIR}/${example}/${example}.py)