summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@amdmi3.ru>2013-01-30 04:07:00 +0400
committerPilzAdam <PilzAdam@gmx.de>2013-02-12 20:27:50 +0100
commit8e69b9cb261c503c5fb461086439aed28e434d19 (patch)
treec5d554565477845f2fb4950f0d97fb1350196a1f /src/CMakeLists.txt
parent9f1ae4084d945adb6281eaddc2ae56f488691d8b (diff)
downloadminetest-8e69b9cb261c503c5fb461086439aed28e434d19.tar.gz
minetest-8e69b9cb261c503c5fb461086439aed28e434d19.tar.bz2
minetest-8e69b9cb261c503c5fb461086439aed28e434d19.zip
Server requires gettext library as well
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 8d0363548..2937a32ec 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -347,6 +347,7 @@ if(BUILD_SERVER)
${ZLIB_LIBRARIES}
${JTHREAD_LIBRARY}
${SQLITE3_LIBRARY}
+ ${GETTEXT_LIBRARY}
${LUA_LIBRARY}
${PLATFORM_LIBS}
)