diff options
author | Slávek Banko <[email protected]> | 2021-03-03 12:23:30 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-03-03 12:23:30 +0100 |
commit | c8b0ade1ef2cfa2d726bd9778f74f0aa7d8e3bfc (patch) | |
tree | 9b54d4aa6f1225cd873022a0778374261bab36a8 /CMakeLists.txt | |
parent | 95a6a36403a289814bb252cd5496e4d67d331b11 (diff) | |
download | kmplayer-c8b0ade1ef2cfa2d726bd9778f74f0aa7d8e3bfc.tar.gz kmplayer-c8b0ade1ef2cfa2d726bd9778f74f0aa7d8e3bfc.zip |
Copy translations to a new directory layout.
Signed-off-by: Slávek Banko <[email protected]>
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 f2fe001..6014066 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -80,8 +80,8 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" add_subdirectory( src ) add_subdirectory( icons ) add_subdirectory( mimetypes ) -tde_conditional_add_subdirectory( BUILD_DOC doc ) -tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) +tde_conditional_add_subdirectory( BUILD_DOC doc ) +tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations ) ##### write configure files |