diff options
author | Ray-V <ray-v@inbox.lv> | 2021-07-13 19:34:23 +0000 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-07-14 14:47:34 +0200 |
commit | c5d5c04f7af62b757b982bf1eb872e779e4c390a (patch) | |
tree | 7c7b77dd17350348b1d6bfc5e9eae1c26cfd87ef /CMakeLists.txt | |
parent | d445d306213fcc908e03ae267e5ebc11c9380602 (diff) | |
download | amarok-c5d5c04f7af62b757b982bf1eb872e779e4c390a.tar.gz amarok-c5d5c04f7af62b757b982bf1eb872e779e4c390a.zip |
Removed CMakeLists.txt in doc and translations trees
Set up common rules for doc and translations
Moved doc/amarok to doc/en
Signed-off-by: Ray-V <ray-v@inbox.lv>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 50a77ec4..9021519e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -97,8 +97,12 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" ##### source directories ######################## add_subdirectory( ${PROJECT_NAME} ) -tde_conditional_add_subdirectory( BUILD_DOC doc ) -tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) + + +##### other data ################################ + +tde_conditional_add_project_docs( BUILD_DOC ) +tde_conditional_add_project_translations( BUILD_TRANSLATIONS ) ##### write configure files ##################### |