summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
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()