projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f1ae40
)
Server requires gettext library as well
author
Dmitry Marakasov
<amdmi3@amdmi3.ru>
Wed, 30 Jan 2013 00:07:00 +0000
(
04:07
+0400)
committer
PilzAdam
<PilzAdam@gmx.de>
Tue, 12 Feb 2013 19:27:50 +0000
(20:27 +0100)
src/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/src/CMakeLists.txt
b/src/CMakeLists.txt
index 8d03635489bdb9b80eb455c7959b69873884d7be..2937a32ec6bb26acd9b4bd1ecc2ed0c66b8fa52c 100644
(file)
--- 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}
)