Fix the target_include_directories (#98)

This commit is contained in:
Nikolay Bogoychev 2021-04-14 13:53:35 +01:00 committed by GitHub
parent e4b58357db
commit f1fc4f8041
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,5 +29,5 @@ endif(COMPILE_WASM)
target_link_libraries(bergamot-translator marian ssplit)
target_include_directories(bergamot-translator
PUBLIC ${CMAKE_SOURCE_DIR}
PUBLIC ${CMAKE_SOURCE_DIR}/src)
PUBLIC ${PROJECT_SOURCE_DIR}
${PROJECT_SOURCE_DIR}/src)