Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
never ending cleanup of the simdag world
[simgrid.git] / examples / simdag / properties / CMakeLists.txt
1 set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}")
2
3 add_executable(sd_prop sd_prop.c)
4 target_link_libraries(sd_prop simgrid)
5
6 set(tesh_files
7   ${tesh_files}
8   ${CMAKE_CURRENT_SOURCE_DIR}/test_prop.tesh
9   PARENT_SCOPE)
10 set(examples_src
11   ${examples_src}
12   ${CMAKE_CURRENT_SOURCE_DIR}/sd_prop.c
13   PARENT_SCOPE)