Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
7a047e128daea0d0fe8c7494a784417382072d62
[simgrid.git] / examples / msg / properties / CMakeLists.txt
1 add_executable       (msg_prop msg_prop.c)
2 target_link_libraries(msg_prop simgrid)
3
4 set(tesh_files
5   ${tesh_files}
6   ${CMAKE_CURRENT_SOURCE_DIR}/msg_prop.tesh
7   PARENT_SCOPE)
8 set(xml_files
9   ${xml_files}
10   ${CMAKE_CURRENT_SOURCE_DIR}/deployment_properties.xml
11   PARENT_SCOPE)
12 set(examples_src
13   ${examples_src}
14   ${CMAKE_CURRENT_SOURCE_DIR}/msg_prop.c
15   PARENT_SCOPE)