more fixes to the 'make install' feature for both cmake and autotools
now autotools uses the same library naming as cmake: libBulletSoftBody, libBulletDynamics, libBulletCollision, libLinearMath cmake doesn't install .svn folders anymore cmake pkgconfig bullet.pc.cmake 'include' folder fixed (removed /bullet postfix) added BulletCollision/CollisionShapes/btTriangleInfoMap.h to the install
This commit is contained in:
@@ -7,5 +7,5 @@ Name: bullet
|
||||
Description: Bullet Continuous Collision Detection and Physics Library
|
||||
Requires:
|
||||
Version: @PACKAGE_VERSION@
|
||||
Libs: -L${libdir} -lbulletsoftbody -lbulletdynamics -lbulletcollision -lbulletmath
|
||||
Libs: -L${libdir} -lBulletSoftBody -lBulletDynamics -lBulletCollision -lLinearMath
|
||||
Cflags: -I${includedir}/bullet
|
||||
|
||||
Reference in New Issue
Block a user