Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
still messing around with cmake
[simgrid.git] / teshsuite / mc / replay / CMakeLists.txt
1 add_executable       (random_bug random_bug.c)
2 target_link_libraries(random_bug simgrid)
3
4 set(tesh_files     ${tesh_files}     ${CMAKE_CURRENT_SOURCE_DIR}/random_bug.tesh
5                                      ${CMAKE_CURRENT_SOURCE_DIR}/random_bug_replay.tesh  PARENT_SCOPE)
6 set(testsuite_src  ${testsuite_src}  ${CMAKE_CURRENT_SOURCE_DIR}/random_bug.c            PARENT_SCOPE)
7 set(xml_files      ${xml_files}      ${CMAKE_CURRENT_SOURCE_DIR}/random_bug.xml          PARENT_SCOPE)