diff --git a/examples/c_api/CMakeLists.txt b/examples/c_api/CMakeLists.txt index a41983dee..03585dc54 100644 --- a/examples/c_api/CMakeLists.txt +++ b/examples/c_api/CMakeLists.txt @@ -181,4 +181,6 @@ TARGET_LINK_LIBRARIES( gwen BussIK Bullet3Common -) \ No newline at end of file +) + +INSTALL(TARGETS bullet_c_api DESTINATION lib)