From 3e989c96dff7889aff5b6476bf2a8fb9c541bd95 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Mon, 24 Jun 2013 13:07:33 +0200 Subject: 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 --- lib/localename/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/localename/CMakeLists.txt (limited to 'lib/localename/CMakeLists.txt') 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 -- cgit v1.2.3-1-g7c22