From: Martin Quinson Date: Thu, 27 Dec 2018 09:03:44 +0000 (+0100) Subject: actually include the python examples in the archive X-Git-Tag: v3_22~752 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/4782c1fc73fedbcb8d81c45c588fcb48d9439658 actually include the python examples in the archive --- diff --git a/examples/python/CMakeLists.txt b/examples/python/CMakeLists.txt index e38a65f249..311cc84875 100644 --- a/examples/python/CMakeLists.txt +++ b/examples/python/CMakeLists.txt @@ -7,4 +7,7 @@ foreach(example exec-basic) --setenv LD_LIBRARY_PATH=${CMAKE_BINARY_DIR}/lib --setenv PYTHONPATH=${CMAKE_BINARY_DIR}/lib ${CMAKE_HOME_DIRECTORY}/examples/python/${example}/${example}.tesh) -endforeach() \ No newline at end of file +endforeach() + +set(tesh_files ${tesh_files} PARENT_SCOPE) +set(examples_src ${examples_src} PARENT_SCOPE)