Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[MSG] Renaming MSG_get_host_speed in MSG_host_get_speed. No function should be ostrac...
[simgrid.git] / teshsuite / xbt / parallel_log / CMakeLists.txt
1 add_executable       (parallel_log_crashtest parallel_log_crashtest.c)
2 target_link_libraries(parallel_log_crashtest simgrid)
3
4 set(tesh_files
5   ${tesh_files}
6   ${CMAKE_CURRENT_SOURCE_DIR}/parallel_log_crashtest.tesh
7   PARENT_SCOPE)
8 set(teshsuite_src
9   ${teshsuite_src}
10   ${CMAKE_CURRENT_SOURCE_DIR}/parallel_log_crashtest.c
11   PARENT_SCOPE)