aboutsummaryrefslogtreecommitdiffstats
path: root/Doxyfile.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Doxyfile.in (renamed from vmime.doxygen)4
1 files changed, 2 insertions, 2 deletions
diff --git a/vmime.doxygen b/Doxyfile.in
index 50960e13..4b9d5e49 100644
--- a/vmime.doxygen
+++ b/Doxyfile.in
@@ -29,7 +29,7 @@ PROJECT_NUMBER =
# If a relative path is entered, it will be relative to the location
# where doxygen was started. If left blank the current directory will be used.
-OUTPUT_DIRECTORY = ./doc/
+OUTPUT_DIRECTORY = @CMAKE_CURRENT_BINARY_DIR@/doc/
# The OUTPUT_LANGUAGE tag is used to specify the language in which all
# documentation generated by doxygen is written. Doxygen will use this
@@ -344,7 +344,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = ./src/ ./vmime/
+INPUT = @CMAKE_CURRENT_SOURCE_DIR@/src/ @CMAKE_CURRENT_SOURCE_DIR@/vmime/
# If the value of the INPUT tag contains directories, you can use the
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp