summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorRay-V <[email protected]>2021-07-13 19:34:23 +0000
committerSlávek Banko <[email protected]>2021-07-14 15:51:27 +0200
commit120cc7e5d543aa92c2a140ba8973552c45b77a3d (patch)
treecc3574ed01e623e164b55ca9998805c3cd723ba5 /CMakeLists.txt
parent0a579d66b331b294d1eeb05148c9b885abcfb7e5 (diff)
downloadamarok-120cc7e5d543aa92c2a140ba8973552c45b77a3d.tar.gz
amarok-120cc7e5d543aa92c2a140ba8973552c45b77a3d.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 <[email protected]> (cherry picked from commit c5d5c04f7af62b757b982bf1eb872e779e4c390a)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2b623fa2..1ff14eff 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 #####################