Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
various cleanups in the CMakeLists.txt files
[simgrid.git] / examples / simdag / io / CMakeLists.txt
index 51613c8..f1e63b1 100644 (file)
@@ -1,13 +1,5 @@
-set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}")
-
-add_executable(sd_io sd_io.c)
-
-### Add definitions for compile
-if(NOT WIN32)
-  target_link_libraries(sd_io simgrid pthread m)
-else()
-  target_link_libraries(sd_io simgrid)
-endif()
+add_executable       (sd_io sd_io.c)
+target_link_libraries(sd_io simgrid)
 
 set(tesh_files
   ${tesh_files}