diff options
author | Slávek Banko <[email protected]> | 2022-08-26 03:05:03 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-08-26 03:13:45 +0200 |
commit | 83648e7c87acbc90dc234486eacc7df8bab7d2bf (patch) | |
tree | 8754ff5b07711f7eea91bbc79bffc9aaed937aa3 /CMakeLists.txt | |
parent | 04768b5081771b6057e1f56209387f8dce53dc29 (diff) | |
download | rosegarden-83648e7c87acbc90dc234486eacc7df8bab7d2bf.tar.gz rosegarden-83648e7c87acbc90dc234486eacc7df8bab7d2bf.zip |
Copy translations to a new directory layout.
Use common rules for build and install translations.
Added translation of .desktop files.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 411c564..90203f9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,10 +14,7 @@ cmake_minimum_required( VERSION 3.1 ) ##### general package setup ##################### -# The name of our project is "ROSEGARDEN". CMakeLists files in this project can -# refer to the root source directory of the project as ${ROSEGARDEN_SOURCE_DIR} -# and to the root binary directory of the project as ${ROSEGARDEN_BINARY_DIR} -PROJECT(ROSEGARDEN) +project( rosegarden ) ##### include essential cmake modules ########### @@ -112,7 +109,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" add_subdirectory( src ) add_subdirectory( data ) tde_conditional_add_project_docs( BUILD_DOC ) -tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) +tde_conditional_add_project_translations( BUILD_TRANSLATIONS ) ##### write configure files ##################### |