mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-13 21:30:09 +00:00
e46b7b2e7b
This makes the macro usage consitent between bullet.pc.in and BulletConfig.cmake.in, previously if the CMAKE_INSTALL_PREFIX was set you would end up with -I/usr/usr/include/bullet rather then -I/usr/include/bullet
7 lines
319 B
CMake
7 lines
319 B
CMake
Name: bullet
|
|
Description: Bullet Continuous Collision Detection and Physics Library
|
|
Requires:
|
|
Version: @BULLET_VERSION@
|
|
Libs: -L@CMAKE_INSTALL_PREFIX@/@LIB_DESTINATION@ -lBulletSoftBody -lBulletDynamics -lBulletCollision -lLinearMath
|
|
Cflags: @BULLET_DOUBLE_DEF@ -I@INCLUDE_INSTALL_DIR@ -I@CMAKE_INSTALL_PREFIX@/include
|