Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
some useless cleanups
[simgrid.git] / teshsuite / msg / host_on_off_processes / CMakeLists.txt
1 add_executable       (host_on_off_processes host_on_off_processes.c)
2 target_link_libraries(host_on_off_processes simgrid)
3
4 set(tesh_files
5   ${tesh_files}
6   ${CMAKE_CURRENT_SOURCE_DIR}/host_on_off_processes.tesh
7   PARENT_SCOPE)
8 set(xml_files
9   ${xml_files}
10   ${CMAKE_CURRENT_SOURCE_DIR}/host_on_off_processes_d.xml
11   PARENT_SCOPE)
12 set(teshsuite_src
13   ${teshsuite_src}
14   ${CMAKE_CURRENT_SOURCE_DIR}/host_on_off_processes.c
15   PARENT_SCOPE)