aboutsummaryrefslogtreecommitdiff
path: root/modules/ECMQchDoxygen.config.in
diff options
context:
space:
mode:
authorFriedrich W. H. Kossebau <kossebau@kde.org>2019-09-08 18:13:29 +0200
committerFriedrich W. H. Kossebau <kossebau@kde.org>2019-09-15 01:53:21 +0200
commitee4c3fd91eea9a80d0ef891182432a2edfb02221 (patch)
tree7f0ea8096c6237bec09ab358a3164a881fb1652e /modules/ECMQchDoxygen.config.in
parent95a825fae3733205be91d60fed6f9aa4be11d089 (diff)
downloadextra-cmake-modules-ee4c3fd91eea9a80d0ef891182432a2edfb02221.tar.gz
extra-cmake-modules-ee4c3fd91eea9a80d0ef891182432a2edfb02221.tar.bz2
ECMAddQch: add INCLUDE_DIRS argument
Summary: Allows to have headers be found by doxygen, e.g. to properly process preprocessor macros. Reviewers: #build_system, dfaure Reviewed By: dfaure Subscribers: dfaure, kde-frameworks-devel, kde-buildsystem Tags: #frameworks, #build_system Differential Revision: https://phabricator.kde.org/D23791
Diffstat (limited to 'modules/ECMQchDoxygen.config.in')
-rw-r--r--modules/ECMQchDoxygen.config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ECMQchDoxygen.config.in b/modules/ECMQchDoxygen.config.in
index 58d53b14..026111af 100644
--- a/modules/ECMQchDoxygen.config.in
+++ b/modules/ECMQchDoxygen.config.in
@@ -146,7 +146,7 @@ ENABLE_PREPROCESSING = YES
MACRO_EXPANSION = YES
EXPAND_ONLY_PREDEF = NO
SEARCH_INCLUDES = YES
-INCLUDE_PATH =
+INCLUDE_PATH = @ECM_QCH_DOXYGEN_INCLUDE_PATH@
INCLUDE_FILE_PATTERNS =
EXPAND_AS_DEFINED =
SKIP_FUNCTION_MACROS = YES