aboutsummaryrefslogtreecommitdiffstats
path: root/ApiExtractorConfig.cmake.in
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2010-08-16 15:02:59 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:08 -0300
commit20c9b77b712211f6d04c0166c78f579e19869473 (patch)
tree06c6d0089736e1f30529b1527440f384ef31ecc8 /ApiExtractorConfig.cmake.in
parent900370cf73a8ad8bd2b61285123ddc0089452089 (diff)
Make libxml2 and libxslt optional dependencies.
Diffstat (limited to 'ApiExtractorConfig.cmake.in')
-rw-r--r--ApiExtractorConfig.cmake.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/ApiExtractorConfig.cmake.in b/ApiExtractorConfig.cmake.in
index 6c4001fff..f36c13f8d 100644
--- a/ApiExtractorConfig.cmake.in
+++ b/ApiExtractorConfig.cmake.in
@@ -7,4 +7,6 @@ if(MSVC)
SET(APIEXTRACTOR_LIBRARY "@LIB_INSTALL_DIR@/@CMAKE_SHARED_LIBRARY_PREFIX@apiextractor.lib")
else()
SET(APIEXTRACTOR_LIBRARY "@LIB_INSTALL_DIR@/@CMAKE_SHARED_LIBRARY_PREFIX@apiextractor@CMAKE_SHARED_LIBRARY_SUFFIX@")
-endif() \ No newline at end of file
+endif()
+
+SET(APIEXTRACTOR_DOCSTRINGS_DISABLED @DISABLE_DOCSTRINGS@)