Skip to content

Commit

Permalink
shared
Browse files Browse the repository at this point in the history
  • Loading branch information
koide3 committed Apr 15, 2024
1 parent 104f6ab commit 9566cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ if(BUILD_PYTHON_BINDINGS)
find_package(Python COMPONENTS Interpreter Development)
find_package(pybind11 CONFIG REQUIRED)

pybind11_add_module(small_gicp_python src/python/python.cpp)
pybind11_add_module(small_gicp_python SHARED src/python/python.cpp)
set_target_properties(small_gicp_python PROPERTIES OUTPUT_NAME small_gicp)
target_link_libraries(small_gicp_python PRIVATE small_gicp)
endif()
Expand Down

0 comments on commit 9566cd9

Please sign in to comment.