We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e254f6 commit 898e67bCopy full SHA for 898e67b
CMakeLists.txt
@@ -50,7 +50,7 @@ if (PROJECT_IS_TOP_LEVEL)
50
#
51
file(GLOB sources cvnp/*.h cvnp/*.cpp)
52
pybind11_add_module(cvnp ${sources} main/cvnp_main.cpp)
53
- target_link_libraries(cvnp PUBLIC opencv_core)
+ target_link_libraries(cvnp PRIVATE opencv_core)
54
target_include_directories(cvnp PUBLIC ${CMAKE_CURRENT_LIST_DIR})
55
# Copy the .so or .pyd module into this dir, to facilitate the tests
56
add_custom_command(
0 commit comments