Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
various cleanups in the CMakeLists.txt files
[simgrid.git] / examples / msg / parallel_task / CMakeLists.txt
index d993ee4..9928fd2 100644 (file)
@@ -1,7 +1,5 @@
-set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}")
-
-add_executable(parallel_task parallel_task.c)
-target_link_libraries(parallel_task simgrid )
+add_executable       (parallel_task parallel_task.c)
+target_link_libraries(parallel_task simgrid)
 
 set(tesh_files
   ${tesh_files}