X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fe2cfede6b5e1c8d2af6db841de278dfcffd8baf..c3a1127888725e3075adff3ad323dc1357351530:/examples/gras/spawn/CMakeLists.txt diff --git a/examples/gras/spawn/CMakeLists.txt b/examples/gras/spawn/CMakeLists.txt index b6349863ff..d711cd8ba7 100644 --- a/examples/gras/spawn/CMakeLists.txt +++ b/examples/gras/spawn/CMakeLists.txt @@ -11,12 +11,12 @@ add_executable(spawn_server ${CMAKE_CURRENT_BINARY_DIR}/_spawn_server.c ${CMA add_custom_command( OUTPUT - ${CMAKE_CURRENT_BINARY_DIR}/_spawn_server.c - ${CMAKE_CURRENT_BINARY_DIR}/_spawn_simulator.c + ${CMAKE_CURRENT_BINARY_DIR}/_spawn_server.c + ${CMAKE_CURRENT_BINARY_DIR}/_spawn_simulator.c DEPENDS gras_stub_generator ${CMAKE_CURRENT_SOURCE_DIR}/spawn.xml COMMAND ${CMAKE_BINARY_DIR}/bin/gras_stub_generator spawn ${CMAKE_CURRENT_SOURCE_DIR}/spawn.xml WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} -) + ) ### Add definitions for compile if(NOT WIN32) @@ -33,19 +33,19 @@ set(tesh_files ${CMAKE_CURRENT_SOURCE_DIR}/test_sg_32.tesh ${CMAKE_CURRENT_SOURCE_DIR}/test_sg_64.tesh PARENT_SCOPE -) + ) set(xml_files ${xml_files} ${CMAKE_CURRENT_SOURCE_DIR}/spawn.xml PARENT_SCOPE -) + ) set(examples_src ${examples_src} ${CMAKE_CURRENT_SOURCE_DIR}/spawn.c ${CMAKE_CURRENT_SOURCE_DIR}/spawn.h PARENT_SCOPE -) + ) set(bin_files ${bin_files} PARENT_SCOPE -) + )