summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Goretkin <gustavo.goretkin@gmail.com>2019-04-29 11:58:53 -0400
committerGustavo Goretkin <gustavo.goretkin@gmail.com>2019-04-29 11:58:53 -0400
commite4f637c2e34bb41c9b199cb49621b32286a0436d (patch)
tree9f281f08e10c0313a74336dfd08113921e03fa1e
parentaff54a23973c4f2cfc467689ad8333f1bf98aab8 (diff)
downloadbullet3-e4f637c2e34bb41c9b199cb49621b32286a0436d.tar.gz
Install C API
-rw-r--r--examples/c_api/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
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)