Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Split the xml file, and destroy task, to fix memory leaks.
[simgrid.git] / examples / msg / io / CMakeLists.txt
index d3f612e3f01fb7dbbc38e3b60af424fc139d22b6..3285b5e0f98a53ea2058c66f1c3bea93675e5e16 100644 (file)
@@ -7,8 +7,8 @@ add_executable(file_unlink file_unlink.c)
 
 ### Add definitions for compile
 if(NOT WIN32)
-  target_link_libraries(file simgrid pthread)
-  target_link_libraries(file_unlink simgrid pthread)
+  target_link_libraries(file simgrid pthread)
+  target_link_libraries(file_unlink simgrid pthread)
 else()
   target_link_libraries(file simgrid)
   target_link_libraries(file_unlink simgrid)