Skip to content
Snippets Groups Projects
Commit b036617e authored by Laurent Van Migroet's avatar Laurent Van Migroet
Browse files

Add : target link libraries ws2_32 for socket with visual 2005

parent b18e39a8
No related branches found
No related tags found
No related merge requests found
...@@ -520,6 +520,7 @@ if(MSVC) ...@@ -520,6 +520,7 @@ if(MSVC)
add_definitions(-D_USE_MATH_DEFINES -DNOMINMAX add_definitions(-D_USE_MATH_DEFINES -DNOMINMAX
-D_CRT_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_DEPRECATE) -D_CRT_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_DEPRECATE)
set(GMSH_SRC ${GMSH_SRC};Fltk/Win32Icon.rc) set(GMSH_SRC ${GMSH_SRC};Fltk/Win32Icon.rc)
list(APPEND EXTERNAL_LIBRARIES "ws2_32")
endif(MSVC) endif(MSVC)
list(SORT CONFIG_OPTIONS) list(SORT CONFIG_OPTIONS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment