We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a160a34 commit 3f69a20Copy full SHA for 3f69a20
2 files changed
CMakeLists.txt
@@ -6,4 +6,4 @@ find_package(MOOS 10 REQUIRED)
6
add_subdirectory(pybind11)
7
pybind11_add_module(pymoos src/pyMOOS.cpp)
8
include_directories(${MOOS_INCLUDE_DIRS})
9
-target_link_libraries(pymoos ${MOOS_LIBRARIES})
+target_link_libraries(pymoos PRIVATE ${MOOS_LIBRARIES})
__init__.py
0 commit comments