Skip to content
Snippets Groups Projects
Commit 5ecefa10 authored by Patrik Huber's avatar Patrik Huber
Browse files

Add pybind11_opencv.hpp header to CMakeLists

parent c72b0f3d
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ else(Boost_FOUND)
message(FATAL_ERROR "Boost not found")
endif()
pybind11_add_module(python-bindings generate-python-bindings.cpp pybind11_glm.hpp)
pybind11_add_module(python-bindings generate-python-bindings.cpp pybind11_glm.hpp pybind11_opencv.hpp)
target_link_libraries(python-bindings PRIVATE eos ${OpenCV_LIBS} ${Boost_LIBRARIES})
set_target_properties(python-bindings PROPERTIES OUTPUT_NAME eos)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment