Skip to content

Commit

Permalink
fix cmake build of training tools
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenop committed Apr 2, 2018
1 parent e9e1e93 commit 10f4998
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -154,6 +154,7 @@ include_directories(${Leptonica_INCLUDE_DIRS})
include_directories(${CMAKE_BINARY_DIR})

include_directories(api)
include_directories(${CMAKE_BINARY_DIR}/api)
include_directories(arch)
include_directories(ccmain)
include_directories(ccstruct)
Expand Down

0 comments on commit 10f4998

Please sign in to comment.