diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c408efc..7859958a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,7 @@ set_property(GLOBAL PROPERTY opentrack-all-source-dirs "") set(opentrack_all-translations "" CACHE STRING "Leave empty for default") if(".${opentrack_all-translations}" STREQUAL ".") - set(opentrack_all-translations "nl_NL;ru_RU;stub") + set(opentrack_all-translations "nl_NL;ru_RU;stub;zh_CN") endif() include(opentrack-word-size) @@ -71,4 +71,4 @@ endfunction() otr_add_subdirs() otr_merge_translations() -install_sources() +#install_sources() |