Skip to content

Commit

Permalink
Fix unix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin committed Nov 24, 2016
1 parent 6444695 commit 67deea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion training/CMakeLists.txt
Expand Up @@ -234,7 +234,7 @@ endif()
add_executable (text2image ${text2image_src})
target_include_directories (text2image BEFORE PRIVATE ${Cairo_INCLUDE_DIRS} ${Pango_INCLUDE_DIRS})
target_compile_definitions (text2image PRIVATE -DPANGO_ENABLE_ENGINE)
target_link_libraries (text2image tesseract common_training
target_link_libraries (text2image tesseract unicharset_training
${ICU_LIBRARIES}
${Pango_LIBRARIES}
${Cairo_LIBRARIES}
Expand Down

0 comments on commit 67deea5

Please sign in to comment.