Separated the public includes of the project from implementation

- All interfaces are present in ROOT/src
This commit is contained in:
Abhishek Aggarwal 2020-11-11 17:52:27 +01:00
parent 358d76871f
commit 210c5a466a
6 changed files with 4 additions and 0 deletions

View File

@ -3,3 +3,7 @@ add_library(bergamot-translator STATIC
TranslationModel.cpp)
target_link_libraries(bergamot-translator marian)
target_include_directories(bergamot-translator
PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}
PUBLIC ${CMAKE_SOURCE_DIR}/src)