summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorTomáš Chvátal <scarabeus@gentoo.org>2009-12-09 21:50:27 +0100
committerTomáš Chvátal <scarabeus@gentoo.org>2009-12-09 21:50:27 +0100
commit7af605d1d42b2760799e816b7b25efe90a07d269 (patch)
tree5ed4d679d6bdaf22b74c76d229d87ffe52e74bf3 /src/CMakeLists.txt
parentddcbf2fcd7bfb9af4358593f8eebaa18d04c0f96 (diff)
Add most parts of Timoo's windows code, or use different logic to get to the same results.
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
###############################################################################