X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c8f4cd32fa6bfe50360ed8c9f61aa43b33d4e005..cbc2112805562213866f62f194adb0a443d9cc99:/examples/python/CMakeLists.txt?ds=sidebyside diff --git a/examples/python/CMakeLists.txt b/examples/python/CMakeLists.txt index 1d75808c6e..4c4eb11623 100644 --- a/examples/python/CMakeLists.txt +++ b/examples/python/CMakeLists.txt @@ -1,5 +1,5 @@ foreach(example actor-create actor-daemon actor-join actor-kill actor-migrate actor-suspend actor-yield # actor-lifetime - async-wait + async-wait async-waitall 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)