From: Dmitry Marakasov Date: Wed, 30 Jan 2013 00:07:00 +0000 (+0400) Subject: Server requires gettext library as well X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=8e69b9cb261c503c5fb461086439aed28e434d19;p=zefram%2Fminetest%2Fminetest_engine.git Server requires gettext library as well --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 8d036354..2937a32e 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} )