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
index 941fc7d..4c43abb 100644 (file)
@@ -6,7 +6,29 @@ add_executable(goal_test goal_test.c)
 
 ### Add definitions for compile
 if(NOT WIN32)
-target_link_libraries(goal_test simgrid pthread m )
-else(NOT WIN32)
-target_link_libraries(goal_test simgrid)
-endif(NOT WIN32)
+  target_link_libraries(goal_test simgrid pthread )
+else()
+  target_link_libraries(goal_test simgrid)
+endif()
+
+set(tesh_files
+  ${tesh_files}
+  PARENT_SCOPE
+  )
+set(xml_files
+  ${xml_files}
+  PARENT_SCOPE
+  )
+set(examples_src
+  ${examples_src}
+  ${CMAKE_CURRENT_SOURCE_DIR}/goal_test.c
+  PARENT_SCOPE
+  )
+set(bin_files
+  ${bin_files}
+  PARENT_SCOPE
+  )
+set(txt_files
+  ${txt_files}
+  PARENT_SCOPE
+  )