Update the installation of the bullet_robotics package
- Create a pc for the bulletRobotics extras package. - Install all necessary includes in include/bullet_robotics. - The .pc add directly the bullet_robotics folder as include directory (TODO, move the bullet robotics in the src folder).
This commit is contained in:
6
Extras/BulletRobotics/bullet_robotics.pc.cmake
Normal file
6
Extras/BulletRobotics/bullet_robotics.pc.cmake
Normal file
@@ -0,0 +1,6 @@
|
||||
Name: bullet_robotics
|
||||
Description: Bullet extras that include several utilities for robotics including a urdf parser
|
||||
Requires: bullet
|
||||
Version: @BULLET_VERSION@
|
||||
Libs: -L@CMAKE_INSTALL_PREFIX@/@LIB_DESTINATION@ -lBulletRobotics
|
||||
Cflags: @BULLET_DOUBLE_DEF@ -I@CMAKE_INSTALL_PREFIX@/@INCLUDE_INSTALL_DIR@ -I@CMAKE_INSTALL_PREFIX@/include/bullet_robotics
|
||||
Reference in New Issue
Block a user