mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-27 19:48:12 +02:00
Make the output directory used by doxygen absolute to avoid dependency on a particular working directory
This commit is contained in:
parent
30b9cc540c
commit
89847f7042
2 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
#---------------------------------------------------------------------------
|
||||
PROJECT_NAME = D-Bus
|
||||
PROJECT_NUMBER = @VERSION@
|
||||
OUTPUT_DIRECTORY = doc/api
|
||||
OUTPUT_DIRECTORY = @top_builddir@/doc/api
|
||||
OUTPUT_LANGUAGE = English
|
||||
EXTRACT_ALL = NO
|
||||
EXTRACT_PRIVATE = NO
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ endif()
|
|||
|
||||
if(DBUS_ENABLE_DOXYGEN_DOCS)
|
||||
set(top_srcdir ${CMAKE_SOURCE_DIR})
|
||||
set(top_builddir ${CMAKE_BINARY_DIR})
|
||||
if(WIN32)
|
||||
set(DBUS_GENERATE_MAN NO)
|
||||
else()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue