Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
various cleanups in the CMakeLists.txt files
[simgrid.git] / examples / simdag / goal / CMakeLists.txt
1 add_executable       (goal_test goal_test.c)
2 target_link_libraries(goal_test simgrid)
3
4 set(examples_src
5   ${examples_src}
6   ${CMAKE_CURRENT_SOURCE_DIR}/goal_test.c
7   PARENT_SCOPE)