summaryrefslogtreecommitdiff
path: root/utils/CMakeLists.txt
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2014-09-12 18:17:49 +0930
committerAdrian Johnson <ajohnson@redneon.com>2014-10-21 22:06:30 +1030
commitcc3b39d49c656e912a7461212f3bb4e58c6444e7 (patch)
tree24f5914be63c9b16077e239d3b48968a028d6a74 /utils/CMakeLists.txt
parent700205af19ef1ae5f2c713d118ebd5dd4a0afba3 (diff)
make pdftocairo-win32.cc a standalone .cc file
instead of #including it in pdftocairo.cc
Diffstat (limited to 'utils/CMakeLists.txt')
-rw-r--r--utils/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/CMakeLists.txt b/utils/CMakeLists.txt
index 2f04b39d..9c160181 100644
--- a/utils/CMakeLists.txt
+++ b/utils/CMakeLists.txt
@@ -21,6 +21,7 @@ if (HAVE_CAIRO)
# pdftocairo
set(pdftocairo_SOURCES ${common_srcs}
pdftocairo.cc
+ pdftocairo-win32.cc
${CMAKE_SOURCE_DIR}/poppler/CairoFontEngine.cc
${CMAKE_SOURCE_DIR}/poppler/CairoOutputDev.cc
${CMAKE_SOURCE_DIR}/poppler/CairoRescaleBox.cc