X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2f37dba04ea44bc979a25129f10b18797b6fec1e..4782c1fc73fedbcb8d81c45c588fcb48d9439658:/examples/python/CMakeLists.txt 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)