[poppler] CMakeLists.txt
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Mon Oct 21 21:30:36 UTC 2019
CMakeLists.txt | 7 +++++++
1 file changed, 7 insertions(+)
New commits:
commit 78379d8434646dc68d20e935a7e7da38705fa6cd
Author: Bohumir Zamecnik <bohumir.zamecnik at gmail.com>
Date: Fri Apr 12 13:47:52 2019 +0700
Install Cairo headers if Cairo has been found.
Closes #83.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8e27bc29..4eaea26e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -662,6 +662,13 @@ if(ENABLE_UNSTABLE_API_ABI_HEADERS)
splash/SplashXPathScanner.h
DESTINATION include/poppler/splash)
endif()
+ if(CAIRO_FOUND)
+ install(FILES
+ poppler/CairoFontEngine.h
+ poppler/CairoOutputDev.h
+ poppler/CairoRescaleBox.h
+ DESTINATION include/poppler)
+ endif()
endif()
More information about the poppler
mailing list