mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-10 17:30:12 +00:00
db63dcd9b4
http://code.google.com/p/bullet/issues/detail?id=319 This change doesn't affect cmake, the main supported build system in Bullet.
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
|