1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-03 00:35:40 +00:00

reorganize poppler files

This commit is contained in:
Lu Wang 2013-09-23 16:40:48 +08:00
parent e2016d9fca
commit 25506791a6
13 changed files with 2 additions and 2 deletions

View File

@ -38,9 +38,9 @@ if(ENABLE_SVG)
set(PDF2HTMLEX_LIBS ${PDF2HTMLEX_LIBS} ${CAIRO_LIBRARIES})
set(ENABLE_SVG 1)
if(POPPLER_OLDER_THAN_0_23_0)
set(CAIROOUTPUTDEV_PATH src/BackgroundRenderer/CairoOutputDev/0.22.5)
set(CAIROOUTPUTDEV_PATH 3rdparty/poppler/0.22.5)
else()
set(CAIROOUTPUTDEV_PATH src/BackgroundRenderer/CairoOutputDev/git)
set(CAIROOUTPUTDEV_PATH 3rdparty/poppler/git)
endif()
include_directories(${CAIROOUTPUTDEV_PATH})
set(PDF2HTMLEX_SRC ${PDF2HTMLEX_SRC}