X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d546cc6688c4ec0100b9fbd30382c235876bf33a..f3a739055104d1b056658be3fd1cdc6a4b704fce:/examples/python/CMakeLists.txt diff --git a/examples/python/CMakeLists.txt b/examples/python/CMakeLists.txt index 157f7be4ea..7edc4bc78e 100644 --- a/examples/python/CMakeLists.txt +++ b/examples/python/CMakeLists.txt @@ -20,4 +20,5 @@ endforeach() set(examples_src ${examples_src} PARENT_SCOPE) set(tesh_files ${tesh_files} examples/python/actor-create/actor-create_d.xml - examples/python/actor-lifetime/actor-lifetime_d.xml PARENT_SCOPE) + examples/python/actor-lifetime/actor-lifetime_d.xml + examples/python/app-masterworkers/app-masterworkers_d.xml PARENT_SCOPE)