added gutils lib

This commit is contained in:
Stephen Gaito 2019-12-10 18:49:12 +00:00
parent 6eba02cfc2
commit 1e7355f6fc
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ endif()
pkg_check_modules(FONTFORGE REQUIRED libfontforge>=2.0.0)
include_directories(${FONTFORGE_INCLUDE_DIRS})
link_directories(${FONTFORGE_LIBRARY_DIRS})
set(FONTFORGE_LIBRARIES ${FONTFORGE_LIBRARIES} -lgutils)
set(PDF2HTMLEX_LIBS ${PDF2HTMLEX_LIBS} ${FONTFORGE_LIBRARIES})
# debug build flags (overwrite default cmake debug flags)