Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
various cleanups in the CMakeLists.txt files
[simgrid.git] / examples / simdag / goal / CMakeLists.txt
index d0f13f5..2887013 100644 (file)
@@ -1,6 +1,4 @@
-set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}")
-
-add_executable(goal_test goal_test.c)
+add_executable       (goal_test goal_test.c)
 target_link_libraries(goal_test simgrid)
 
 set(examples_src