Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / examples / simdag / goal / CMakeLists.txt
1 add_executable       (goal_test goal_test.c)
2 target_link_libraries(goal_test simgrid)
3 set(examples_src  ${examples_src}  ${CMAKE_CURRENT_SOURCE_DIR}/goal_test.c  PARENT_SCOPE)