summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-05-10 19:09:41 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-05-10 19:09:41 +0200
commit44c7a77fbd61674a355d3051d62fcf68e5ce82db (patch)
tree6c5487813ff86ed250a5609d38187e05bacedffd /CMakeLists.txt
parentedd419bf319dc87a4cd996c47068a31cda89a10e (diff)
downloadwlassistant-44c7a77fbd61674a355d3051d62fcf68e5ce82db.tar.gz
wlassistant-44c7a77fbd61674a355d3051d62fcf68e5ce82db.zip
Move translations to a new directory layout.
Add support for LINGUAS for listing translations to install. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6b8729c..7457cf1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -67,7 +67,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined"
add_subdirectory( src )
add_subdirectory( icons )
-tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po )
+tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations )
##### write configure files #####################