summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index f18ed35..9e7b4eb 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -32,7 +32,9 @@ ELSE ( BUILD_SERVER )
${FONTCONFIG_LIBRARIES}
)
ENDIF ( BUILD_SERVER )
-
+IF( WIN32 )
+ LINK_LIBRARIES( -lwsock32 -lintl )
+ENDIF ( WIN32 )
###############################################################################
# SOURCE SPECIFICATION
###############################################################################