diff options
author | Slávek Banko <[email protected]> | 2021-08-18 21:54:28 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-08-19 01:53:56 +0200 |
commit | 5c075a4514e8af3af3b6e5a6edfc02a05dc33a49 (patch) | |
tree | a199ef5d22f54f8cd931fb153b5d6f6761e9f52c /CMakeLists.txt | |
parent | 26a6fcec31cf93db7d5becb7deb1c1411a48f93c (diff) | |
download | kuickshow-5c075a4514e8af3af3b6e5a6edfc02a05dc33a49.tar.gz kuickshow-5c075a4514e8af3af3b6e5a6edfc02a05dc33a49.zip |
Drop automake build support.r14.0.11
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 <[email protected]>
(cherry picked from commit 518da4b28d005bcc78138d251165cb9eeae6a79e)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9009103..f60549b 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 ##################### |