X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a4cd01763d667daf639c2ba8b2347e67392008cf..565d2c9d062610d9f71dfc49b29ebf01e9c7be03:/doc/HelloWorld/CMakeLists.txt diff --git a/doc/HelloWorld/CMakeLists.txt b/doc/HelloWorld/CMakeLists.txt index d93fa60d6d..23960e9313 100644 --- a/doc/HelloWorld/CMakeLists.txt +++ b/doc/HelloWorld/CMakeLists.txt @@ -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 pthread) + target_link_libraries(${target} simgrid pcre pthread ws2_32) endforeach(target ${SOURCE_FILE})