summaryrefslogtreecommitdiffstats
path: root/addon/doxmlparser
diff options
context:
space:
mode:
authorAnonymous Maarten <anonymous.maarten@gmail.com>2020-09-16 14:24:06 (GMT)
committerAnonymous Maarten <anonymous.maarten@gmail.com>2020-09-16 17:36:33 (GMT)
commite7311a036e16cf56692862103be37df95853a1dc (patch)
treeb172cd4da67a5031b36d96523d4ff59358f432c4 /addon/doxmlparser
parent0fc06d657d596adcc289a5f228973ea268efd66d (diff)
downloadDoxygen-e7311a036e16cf56692862103be37df95853a1dc.zip
Doxygen-e7311a036e16cf56692862103be37df95853a1dc.tar.gz
Doxygen-e7311a036e16cf56692862103be37df95853a1dc.tar.bz2
Allow building doxygen as a subproject
Diffstat (limited to 'addon/doxmlparser')
-rw-r--r--addon/doxmlparser/src/CMakeLists.txt2
-rw-r--r--addon/doxmlparser/test/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/addon/doxmlparser/src/CMakeLists.txt b/addon/doxmlparser/src/CMakeLists.txt
index 35f6c83..cbd5811 100644
--- a/addon/doxmlparser/src/CMakeLists.txt
+++ b/addon/doxmlparser/src/CMakeLists.txt
@@ -1,7 +1,7 @@
include_directories(
.
../include
- ${CMAKE_SOURCE_DIR}/qtools
+ ${PROJECT_SOURCE_DIR}/qtools
)
add_library(doxmlparser STATIC
basehandler.cpp
diff --git a/addon/doxmlparser/test/CMakeLists.txt b/addon/doxmlparser/test/CMakeLists.txt
index 2d92b72..7cdeda6 100644
--- a/addon/doxmlparser/test/CMakeLists.txt
+++ b/addon/doxmlparser/test/CMakeLists.txt
@@ -1,7 +1,7 @@
include_directories(
../include
- ${CMAKE_SOURCE_DIR}/qtools
+ ${PROJECT_SOURCE_DIR}/qtools
)
add_executable(doxmlparser_test