X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5a97de8c98502af9f74cfceb924fa02e0fd80925..3eb8b6369503c39208fcf754830b6b26dc4186fc:/teshsuite/mc/replay/CMakeLists.txt diff --git a/teshsuite/mc/replay/CMakeLists.txt b/teshsuite/mc/replay/CMakeLists.txt index 806d65146f..3b2d79a017 100644 --- a/teshsuite/mc/replay/CMakeLists.txt +++ b/teshsuite/mc/replay/CMakeLists.txt @@ -1,22 +1,6 @@ -cmake_minimum_required(VERSION 2.6) - -set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}") -add_executable(random_bug random_bug.c) +add_executable (random_bug random_bug.c) target_link_libraries(random_bug simgrid) -set(tesh_files - ${tesh_files} - ${CMAKE_CURRENT_SOURCE_DIR}/random_bug.tesh - ${CMAKE_CURRENT_SOURCE_DIR}/random_bug_replay.tesh - PARENT_SCOPE - ) -set(testsuite_src - ${testsuite_src} - ${CMAKE_CURRENT_SOURCE_DIR}/random_bug.c - PARENT_SCOPE - ) -set(xml_files - ${xml_files} - ${CMAKE_CURRENT_SOURCE_DIR}/random_bug.xml - PARENT_SCOPE - ) +set(tesh_files ${tesh_files} ${CMAKE_CURRENT_SOURCE_DIR}/random_bug.tesh + ${CMAKE_CURRENT_SOURCE_DIR}/random_bug_replay.tesh PARENT_SCOPE) +set(testsuite_src ${testsuite_src} ${CMAKE_CURRENT_SOURCE_DIR}/random_bug.c PARENT_SCOPE)