summaryrefslogtreecommitdiff
path: root/extra/bullet/bullet.pc
diff options
context:
space:
mode:
Diffstat (limited to 'extra/bullet/bullet.pc')
-rw-r--r--extra/bullet/bullet.pc11
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/bullet/bullet.pc b/extra/bullet/bullet.pc
new file mode 100644
index 000000000..d236b477f
--- /dev/null
+++ b/extra/bullet/bullet.pc
@@ -0,0 +1,11 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: bullet
+Description: Bullet Continuous Collision Detection and Physics Library
+Requires:
+Version: VERSION
+Libs: -L${libdir} -lBulletDynamics -lBulletCollision -lLinearMath -lBulletSoftBody
+Cflags: -I${includedir}/bullet