From e4f637c2e34bb41c9b199cb49621b32286a0436d Mon Sep 17 00:00:00 2001 From: Gustavo Goretkin Date: Mon, 29 Apr 2019 11:58:53 -0400 Subject: [PATCH] Install C API --- examples/c_api/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)