Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
never ending cleanup of the simdag world
[simgrid.git] / examples / simdag / goal / CMakeLists.txt
1 set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}")
2
3 add_executable(goal_test goal_test.c)
4 target_link_libraries(goal_test simgrid)
5
6 set(examples_src
7   ${examples_src}
8   ${CMAKE_CURRENT_SOURCE_DIR}/goal_test.c
9   PARENT_SCOPE)