Skip to content

Commit

Permalink
Skipping repository in CMakeLists.txt as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerin Philip committed Jan 24, 2022
1 parent 53bf434 commit b12561d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ message("Using Python: " ${Python_EXECUTABLE})
pybind11_add_module(_bergamot SHARED bergamot.cpp)
target_link_libraries(_bergamot PUBLIC pybind11::module pybind11::headers bergamot-translator)
target_include_directories(_bergamot PUBLIC ${PROJECT_SOURCE_DIR} ${PROJECT_SOURCE_DIR}/src
${CMAKE_BINARY_DIR}/3rd_party/bergamot-translator/src)
${CMAKE_BINARY_DIR}/src)

0 comments on commit b12561d

Please sign in to comment.