diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-11-29 08:59:46 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-11-29 09:01:44 +0100 |
commit | 1aeb193a0277e2f1319dd1e935f8111cf01d301c (patch) | |
tree | 7c206cc9f76af539d489e647361cd2c44057e4d3 /CMakeLists.txt | |
parent | 3df41c6c9a17e8aa003bbac999a4ea950d6f225b (diff) |
contrib, cmake: add stub translation generator
Issue: #500
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-x | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 42015aa9..f5974403 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ cmake_minimum_required(VERSION 2.8.11) set_property(GLOBAL PROPERTY opentrack-all-modules "") set_property(GLOBAL PROPERTY opentrack-all-source-dirs "") -set(opentrack-all-translations nl_NL ru_RU) +set(opentrack-all-translations nl_NL ru_RU stub) include(opentrack-policy) include(opentrack-word-size) |