moved fontconfig in mtest build
This commit is contained in:
parent
6d15b97dad
commit
3c4657bbed
1 changed files with 1 additions and 2 deletions
|
@ -36,12 +36,11 @@ if (NOT MINGW)
|
|||
target_link_libraries(${TARGET}
|
||||
dl
|
||||
pthread
|
||||
fontconfig
|
||||
freetype)
|
||||
endif (NOT MINGW)
|
||||
|
||||
if (OMR)
|
||||
target_link_libraries(${TARGET} omr fitz openjpeg jbig2dec jpeg freetype)
|
||||
target_link_libraries(${TARGET} omr fitz openjpeg jbig2dec jpeg fontconfig)
|
||||
if (OCR)
|
||||
target_link_libraries(${TARGET} tesseract_api)
|
||||
endif (OCR)
|
||||
|
|
Loading…
Reference in a new issue