diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2025-07-18 12:07:15 +0300 |
---|---|---|
committer | Alexander Golubev <fatzer2@gmail.com> | 2025-07-18 12:07:15 +0300 |
commit | f0cab236bf4d656a19b7bcda86c95d2e57266702 (patch) | |
tree | 631ba36cf55e597b4ea8f8b1cb43e67f73f68eb0 /CMakeLists.txt | |
parent | 19e1022a04ac3465458652a06d484519a1845f8d (diff) | |
download | dbus-1-tqt-feat/apidocs-r1.tar.gz dbus-1-tqt-feat/apidocs-r1.zip |
Use centralised doxygen templatefeat/apidocs-r1
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8b72f41..bf5e256 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,17 +30,13 @@ include( CheckSymbolExists ) include( TDEMacros ) -##### setup install paths ####################### - -include( TDESetupPaths ) -tde_setup_paths( ) ##### optional stuff option( WITH_ALL_OPTIONS "Enable all optional support" OFF ) option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden" ${WITH_ALL_OPTIONS} ) -option( BUILD_APIDOX "Build documentation for developers" ${WITH_ALL_OPTIONS} ) +option( BUILD_APIDOX "Build documentation for developers" OFF ) ##### configure checks ########################## @@ -80,7 +76,7 @@ add_definitions( ##### build apidox ######################## if( BUILD_APIDOX ) - tde_add_project_apidocs() + tde_add_project_apidocs( src/ ) endif() ##### source directories ######################## |