Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove some #include
[simgrid.git] / examples / msg / semaphores / CMakeLists.txt
index fd337d8..17c4629 100644 (file)
@@ -1,6 +1,4 @@
-set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}")
-
-add_executable(synchro synchro.c)
+add_executable       (synchro synchro.c)
 target_link_libraries(synchro simgrid)
 
 set(tesh_files