Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Disable lazy relocation in the model-ched process.
[simgrid.git] / teshsuite / mc / replay / CMakeLists.txt
1 cmake_minimum_required(VERSION 2.6)
2
3 set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}")
4 add_executable(random_bug random_bug.c)
5 target_link_libraries(random_bug simgrid)
6
7 set(tesh_files
8   ${tesh_files}
9   ${CMAKE_CURRENT_SOURCE_DIR}/random_bug.tesh
10   ${CMAKE_CURRENT_SOURCE_DIR}/random_bug_replay.tesh
11   PARENT_SCOPE
12   )
13 set(testsuite_src
14   ${testsuite_src}
15   ${CMAKE_CURRENT_SOURCE_DIR}/random_bug.c
16   PARENT_SCOPE
17   )
18 set(xml_files
19   ${xml_files}
20   ${CMAKE_CURRENT_SOURCE_DIR}/random_bug.xml
21   PARENT_SCOPE
22   )