summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-01-15 13:12:21 +0100
committerSlávek Banko <[email protected]>2021-01-15 13:12:21 +0100
commit8c180d8033d4bbb04f11123703f18ca1aabe0647 (patch)
treea7ad8e31106c8d16d5f1a10073272545f08b7f4c /CMakeLists.txt
parent7e4f9683593d36b6a5fc70f62fd670d82349eb31 (diff)
downloadtdenetworkmanager-8c180d8033d4bbb04f11123703f18ca1aabe0647.tar.gz
tdenetworkmanager-8c180d8033d4bbb04f11123703f18ca1aabe0647.zip
Use common cmake rules for documentation.
Move the documentation to the usual layout. Signed-off-by: Slávek Banko <[email protected]>
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 )