summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-01-15 13:12:21 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-01-15 13:13:17 +0100
commitfd24c73cb34da8db534aec43b859999dea6a47d0 (patch)
treebccc5d1b4216a1f3bcaa3fbc1e4e901830131725 /CMakeLists.txt
parent1e3a83b5cfae052d95badae698d09bb7c727af4a (diff)
downloadtdenetworkmanager-fd24c73c.tar.gz
tdenetworkmanager-fd24c73c.zip
Use common cmake rules for documentation.
Move the documentation to the usual layout. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 8c180d8033d4bbb04f11123703f18ca1aabe0647)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7818cdb..6b8933d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -81,6 +81,7 @@ 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 translations )