diff options
author | Slávek Banko <[email protected]> | 2021-01-15 13:12:21 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-01-15 13:12:21 +0100 |
commit | 8c180d8033d4bbb04f11123703f18ca1aabe0647 (patch) | |
tree | a7ad8e31106c8d16d5f1a10073272545f08b7f4c /CMakeLists.txt | |
parent | 7e4f9683593d36b6a5fc70f62fd670d82349eb31 (diff) | |
download | tdenetworkmanager-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.txt | 1 |
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 ) |