mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-09 17:10:09 +00:00
33a41798cf
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
12 lines
318 B
PkgConfig
12 lines
318 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: bullet
|
|
Description: Bullet Continuous Collision Detection and Physics Library
|
|
Requires:
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -lBulletSoftBody -lBulletDynamics -lBulletCollision -lLinearMath
|
|
Cflags: -I${includedir}/bullet
|