Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
7f9b57bd2c667321a60d6ddb95af01814ffed602
[simgrid.git] / teshsuite / msg / get_sender / CMakeLists.txt
1 set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}")
2
3 add_executable(get_sender get_sender.c)
4
5 ### Add definitions for compile
6 target_link_libraries(get_sender simgrid)
7
8 set(tesh_files
9   ${tesh_files}
10   ${CMAKE_CURRENT_SOURCE_DIR}/get_sender.tesh
11   PARENT_SCOPE
12   )
13 set(xml_files
14   ${xml_files}
15   ${CMAKE_CURRENT_SOURCE_DIR}/get_sender_d.xml
16   PARENT_SCOPE
17   )
18 set(teshsuite_src
19   ${teshsuite_src}
20   ${CMAKE_CURRENT_SOURCE_DIR}/get_sender.c
21   PARENT_SCOPE
22   )
23 set(bin_files
24   ${bin_files}
25   PARENT_SCOPE
26   )
27 set(txt_files
28   ${txt_files}
29   PARENT_SCOPE
30   )