X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/59e3562d124c515d548481ce42f5ce57fd367b7f..9932a0c0d2c44e34633c97a827b2b04d615cb4e9:/teshsuite/msg/CMakeLists.txt diff --git a/teshsuite/msg/CMakeLists.txt b/teshsuite/msg/CMakeLists.txt index c9c9ef37d7..8a8ce53a13 100644 --- a/teshsuite/msg/CMakeLists.txt +++ b/teshsuite/msg/CMakeLists.txt @@ -1,12 +1,27 @@ cmake_minimum_required(VERSION 2.6) -set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}") - -add_executable(get_sender ${PROJECT_DIRECTORY}/teshsuite/msg/get_sender.c) +set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}") ### Add definitions for compile -if(NOT WIN32) -target_link_libraries(get_sender simgrid m pthread ) -else(NOT WIN32) -target_link_libraries(get_sender simgrid) -endif(NOT WIN32) + +set(tesh_files + ${tesh_files} + PARENT_SCOPE + ) +set(xml_files + ${xml_files} + PARENT_SCOPE + ) +set(teshsuite_src + ${teshsuite_src} + PARENT_SCOPE + ) +set(bin_files + + ${bin_files} + PARENT_SCOPE + ) +set(txt_files + ${txt_files} + PARENT_SCOPE + )