diff options
author | Emanoil Kotsev <deloptes@gmail.com> | 2025-06-25 13:56:23 +0000 |
---|---|---|
committer | Emanoil Kotsev <deloptes@gmail.com> | 2025-07-11 00:42:48 +0000 |
commit | ccee564ea0e6d9c13127c170068f9364e41d7f89 (patch) | |
tree | 9caa0dc67a0764ca92c9a27f8cb53f1f353b2e9e /src | |
parent | 8bc7bd5e9e885fc26ff398602970b189e8c490c3 (diff) | |
download | dbus-1-tqt-feat/apidocs.tar.gz dbus-1-tqt-feat/apidocs.zip |
Generating apidocs with the new macro tde_add_project_apidocs()feat/apidocs
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c09379a..8207ed7 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -58,23 +58,3 @@ tde_add_executable( dbusxml2qt3 DESTINATION ${BIN_INSTALL_DIR} ) - -##### add apidox targets ############ - -add_custom_target( apidox - COMMAND doxygen ${CMAKE_BINARY_DIR}/dbus-1-tqt.Doxyfile - WORKING_DIRECTORY ${CMAKE_BINARY_DIR} -) - -add_custom_target( install-apidox - COMMAND ${CMAKE_COMMAND} -E echo Apidox installed in ${APIDOX_HTML_DIRECTORY} -) - -install( CODE " - if( EXISTS ${CMAKE_BINARY_DIR}/apidocs ) - file( - INSTALL ${CMAKE_BINARY_DIR}/apidocs/ - DESTINATION ${APIDOX_HTML_DIRECTORY}/en - ) - endif()" -) |