From: Frederic Suter Date: Sat, 5 Mar 2016 21:09:11 +0000 (+0100) Subject: third try should be the right one X-Git-Tag: v3_13~540 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/8ae5c566560c66d9a233fa163d3127035f157f32?ds=sidebyside third try should be the right one --- diff --git a/teshsuite/java/CMakeLists.txt b/teshsuite/java/CMakeLists.txt index bb10144e44..15dbe03a87 100644 --- a/teshsuite/java/CMakeLists.txt +++ b/teshsuite/java/CMakeLists.txt @@ -16,8 +16,9 @@ foreach(example SemaphoreGC SleepHostOff) ADD_TESH(tesh-java-${example} --setenv srcdir=${CMAKE_HOME_DIRECTORY}/teshsuite/java --setenv classpath=${TESH_CLASSPATH} --cd ${CMAKE_BINARY_DIR}/teshsuite/java ${CMAKE_HOME_DIRECTORY}/teshsuite/java/${example}/${example}.tesh) endif() + set(examples_src ${examples_src} ${sources}) endforeach() -set(examples_src ${examples_src} ${sources} PARENT_SCOPE) -set(tesh_files ${tesh_files} PARENT_SCOPE) +set(examples_src ${examples_src} ${sources} PARENT_SCOPE) +set(tesh_files ${tesh_files} PARENT_SCOPE) set(xml_files ${xml_files} ${CMAKE_CURRENT_SOURCE_DIR}/SleepHostOff/sleep_host_off_d.xml PARENT_SCOPE)