X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2e95573cdb18ef3f0c3a0682bfa75a4dade02671..c9943e3f2291c2815801df17d4641eb89a52fb83:/examples/python/CMakeLists.txt diff --git a/examples/python/CMakeLists.txt b/examples/python/CMakeLists.txt index 7e4cdb1d80..3077640264 100644 --- a/examples/python/CMakeLists.txt +++ b/examples/python/CMakeLists.txt @@ -1,6 +1,6 @@ foreach(example actor-create actor-daemon actor-join actor-kill actor-migrate actor-suspend actor-yield # actor-lifetime async-wait async-waitall async-waitany - exec-basic exec-async exec-remote) + exec-async exec-basic exec-dvfs exec-remote) set(tesh_files ${tesh_files} ${CMAKE_CURRENT_SOURCE_DIR}/${example}/${example}.tesh) set(examples_src ${examples_src} ${CMAKE_CURRENT_SOURCE_DIR}/${example}/${example}.py)