summaryrefslogtreecommitdiffstats
path: root/src/common/config.h.cmake
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2012-12-16 21:51:12 +0100
committerDidier Raboud <odyx@debian.org>2012-12-16 21:56:55 +0100
commita266692615e146246fd547c5b132a1fcc98b6a10 (patch)
treec2611ca8f6e718725e058771c151ec674f10d1a0 /src/common/config.h.cmake
parent0b78ebd0f79fa8dbdb69f748551b83cf3f1b947d (diff)
downloadcolobot-a266692615e146246fd547c5b132a1fcc98b6a10.tar.gz
colobot-a266692615e146246fd547c5b132a1fcc98b6a10.tar.bz2
colobot-a266692615e146246fd547c5b132a1fcc98b6a10.zip
Use default installation paths for i18n.
This finishes the work started in 19b75e174338f8e7be7486a7445d1e90e9795077 by actually using the translation where they are installed.
Diffstat (limited to 'src/common/config.h.cmake')
-rw-r--r--src/common/config.h.cmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/common/config.h.cmake b/src/common/config.h.cmake
index 8c85df1..f76a780 100644
--- a/src/common/config.h.cmake
+++ b/src/common/config.h.cmake
@@ -6,4 +6,6 @@
#cmakedefine PLATFORM_OTHER @PLATFORM_OTHER@
#cmakedefine USE_GLEW @USE_GLEW@
-#cmakedefine GLEW_STATIC \ No newline at end of file
+#cmakedefine GLEW_STATIC
+
+#define CBOT_I18N_DIR "@CMAKE_INSTALL_PREFIX@/share/locale/"