aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Karl Pietrowski <thopiekar@googlemail.com>2016-04-02 10:40:24 +0200
committerThomas Karl Pietrowski <thopiekar@googlemail.com>2016-04-02 10:40:24 +0200
commit1333f7eb935c2a2f7a895d48ef5b45c781f3394f (patch)
tree35d1dae33fa85f83786b6a93afd80d44f25be65f
parent32d5805b8489db75d20462e76328b7791735073a (diff)
parent1158c9ccc09e3e6ff091e732e60d06bbc2c202f3 (diff)
Merge pull request #34 from f3nix/small-fixes-4
Fix building of apiextractor target.
-rw-r--r--ApiExtractor/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ApiExtractor/CMakeLists.txt b/ApiExtractor/CMakeLists.txt
index bf8cca4..b316ae2 100644
--- a/ApiExtractor/CMakeLists.txt
+++ b/ApiExtractor/CMakeLists.txt
@@ -68,7 +68,7 @@ if (NOT DISABLE_DOCSTRINGS)
doxygenparser.cpp
qtdocparser.cpp
)
- set(APIEXTRACTOR_EXTRA_INCLUDES ${LIBXSLT_INCLUDE_DIRS} ${LIBXML2_INCLUDE_DIRS})
+ set(APIEXTRACTOR_EXTRA_INCLUDES ${LIBXSLT_INCLUDE_DIR} ${LIBXML2_INCLUDE_DIR})
set(APIEXTRACTOR_EXTRA_LIBRARIES ${LIBXSLT_LIBRARIES} ${LIBXML2_LIBRARIES})
else()
set(APIEXTRACTOR_EXTRA_INCLUDES "")