summaryrefslogtreecommitdiffstats
path: root/lib/localename/CMakeLists.txt
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2013-06-24 13:07:33 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2013-06-24 14:16:39 +0200
commit3e989c96dff7889aff5b6476bf2a8fb9c541bd95 (patch)
treee09490d29a3d8259f2f7b123ea0c40f7518b8929 /lib/localename/CMakeLists.txt
parent78c167064bfffd30cb623fc82ca9b14d1fe36e7d (diff)
downloadcolobot-3e989c96dff7889aff5b6476bf2a8fb9c541bd95.tar.gz
colobot-3e989c96dff7889aff5b6476bf2a8fb9c541bd95.tar.bz2
colobot-3e989c96dff7889aff5b6476bf2a8fb9c541bd95.zip
Fixed auto-detecting locale on Windows
* localename library is now used to determine the actual locale used * added patched version of FindGettext.cmake to fix installation path of translation files
Diffstat (limited to 'lib/localename/CMakeLists.txt')
-rw-r--r--lib/localename/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/localename/CMakeLists.txt b/lib/localename/CMakeLists.txt
new file mode 100644
index 0000000..c54648f
--- /dev/null
+++ b/lib/localename/CMakeLists.txt
@@ -0,0 +1,3 @@
+cmake_minimum_required(VERSION 2.8)
+
+add_library(localename STATIC localename.c) \ No newline at end of file