diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2021-07-25 16:03:32 +0200 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2021-07-27 17:45:17 +0200 |
| commit | 6a9b230e36907f23bacff2f70091921aee157bfe (patch) | |
| tree | fb9869b572783a9504d145cdf4ad0f6d6c636e6c /CMakeLists.txt | |
| parent | 95f19794241d78237d59e3571f4c552e4f4b5d1a (diff) | |
| download | kbookreader-6a9b230e.tar.gz kbookreader-6a9b230e.zip | |
Use common rules for build and install documentation and translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit d45ce923db83c31776ba0bfe1519079adc0580d1)
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8ded18a..c11897f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -70,8 +70,12 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" add_subdirectory( src ) add_subdirectory( images ) -tde_conditional_add_subdirectory( BUILD_DOC doc ) -tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations ) + + +##### other data ################################ + +tde_conditional_add_project_docs( BUILD_DOC ) +tde_conditional_add_project_translations( BUILD_TRANSLATIONS ) ##### write configure files |
