mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
added gutils lib
This commit is contained in:
parent
6eba02cfc2
commit
1e7355f6fc
@ -59,6 +59,7 @@ endif()
|
|||||||
pkg_check_modules(FONTFORGE REQUIRED libfontforge>=2.0.0)
|
pkg_check_modules(FONTFORGE REQUIRED libfontforge>=2.0.0)
|
||||||
include_directories(${FONTFORGE_INCLUDE_DIRS})
|
include_directories(${FONTFORGE_INCLUDE_DIRS})
|
||||||
link_directories(${FONTFORGE_LIBRARY_DIRS})
|
link_directories(${FONTFORGE_LIBRARY_DIRS})
|
||||||
|
set(FONTFORGE_LIBRARIES ${FONTFORGE_LIBRARIES} -lgutils)
|
||||||
set(PDF2HTMLEX_LIBS ${PDF2HTMLEX_LIBS} ${FONTFORGE_LIBRARIES})
|
set(PDF2HTMLEX_LIBS ${PDF2HTMLEX_LIBS} ${FONTFORGE_LIBRARIES})
|
||||||
|
|
||||||
# debug build flags (overwrite default cmake debug flags)
|
# debug build flags (overwrite default cmake debug flags)
|
||||||
|
Loading…
Reference in New Issue
Block a user