Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make Hello World example works with mingw
[simgrid.git] / doc / HelloWorld / CMakeLists.txt
index 52afb5b..d93fa60 100644 (file)
@@ -42,5 +42,5 @@ foreach(target "${TARGET_NAME}")
     message(STATUS "source_file: ${target}.c")
     message(STATUS "target name: ${target}.exe")
     # Any targets need to be linked with simgrid and pcre
-    target_link_libraries(${target} simgrid pcre) 
+    target_link_libraries(${target} simgrid pcre pthread
 endforeach(target ${SOURCE_FILE})