Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do not declare empty sets
[simgrid.git] / teshsuite / msg / host_on_off_processes / CMakeLists.txt
1 set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}")
2
3 add_executable(host_on_off_processes host_on_off_processes.c)
4 target_link_libraries(host_on_off_processes simgrid)
5
6 set(tesh_files
7   ${tesh_files}
8   ${CMAKE_CURRENT_SOURCE_DIR}/host_on_off_processes.tesh
9   PARENT_SCOPE)
10 set(xml_files
11   ${xml_files}
12   ${CMAKE_CURRENT_SOURCE_DIR}/host_on_off_processes_d.xml
13   PARENT_SCOPE)
14 set(teshsuite_src
15   ${teshsuite_src}
16   ${CMAKE_CURRENT_SOURCE_DIR}/host_on_off_processes.c
17   PARENT_SCOPE)