mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 13:50:04 +00:00
12 lines
342 B
PkgConfig
12 lines
342 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} -lbulletccdphysics -lbulletphysicsinterfacecommon -lbulletdynamics -lbullet -lbulletmath
|
||
|
Cflags: -I${includedir}/bullet
|