diff options
author | Slávek Banko <[email protected]> | 2022-11-14 08:58:11 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-11-14 11:10:48 +0100 |
commit | 5a386566cac6a0957bc82e43842aab7c26c796b2 (patch) | |
tree | d8c2d0c0fcc430ca05456e8ad1ae629d456983ac /CMakeLists.txt | |
parent | bf54ea88319266a188166ba007844da50b689fc6 (diff) | |
download | kooldock-5a386566cac6a0957bc82e43842aab7c26c796b2.tar.gz kooldock-5a386566cac6a0957bc82e43842aab7c26c796b2.zip |
Copy translations to a new directory layout.
Use common rules for build and install translations.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b02293e..b850d9a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -73,7 +73,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "-Wl,--no-undefined" ) add_subdirectory( src ) add_subdirectory( backgrounds ) add_subdirectory( icons ) -tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) +tde_conditional_add_project_translations( BUILD_TRANSLATIONS ) |