X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2e7d753e6a256c3561db39a22aa5e2a5f502400a..5d1c0ff6989c25cc13cb7a44f7aa4389b781cff8:/examples/python/CMakeLists.txt diff --git a/examples/python/CMakeLists.txt b/examples/python/CMakeLists.txt index bbf438665c..fdfb6ce3ed 100644 --- a/examples/python/CMakeLists.txt +++ b/examples/python/CMakeLists.txt @@ -12,5 +12,6 @@ foreach(example actor-create actor-yield exec-basic) endif() endforeach() -set(tesh_files ${tesh_files} PARENT_SCOPE) +set(tesh_files examples/python/actor-create/actor-create_d.xml + ${tesh_files} PARENT_SCOPE) set(examples_src ${examples_src} PARENT_SCOPE)