summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-08-18 21:54:28 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-08-18 22:05:15 +0200
commit518da4b28d005bcc78138d251165cb9eeae6a79e (patch)
tree06500e44da41d5b1bf9b65bb38556a102895cbaa /CMakeLists.txt
parent64f579752800dde6c3866f8052f46e96c1fe94af (diff)
downloadkuickshow-518da4b28d005bcc78138d251165cb9eeae6a79e.tar.gz
kuickshow-518da4b28d005bcc78138d251165cb9eeae6a79e.zip
Drop automake build support.
Rework of the README file. Add basic cmake build instructions. Add CMakeL10n rules for desktop file. Use common rules for build and install documentation. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d92cbf0..e467a69 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -69,8 +69,8 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined"
##### tdegraphics directories ###################
-tde_conditional_add_subdirectory( BUILD_DOC doc )
add_subdirectory( kuickshow )
+tde_conditional_add_project_docs( BUILD_DOC )
##### write configure files #####################