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
6 lines
316 B
Makefile
6 lines
316 B
Makefile
noinst_PROGRAMS=CcdPhysicsDemo
|
|
|
|
CcdPhysicsDemo_SOURCES=CcdPhysicsDemo.cpp CcdPhysicsDemo.h main.cpp
|
|
CcdPhysicsDemo_CXXFLAGS=-I@top_builddir@/src -I@top_builddir@/Demos/OpenGL $(CXXFLAGS)
|
|
CcdPhysicsDemo_LDADD=-L../OpenGL -lbulletopenglsupport -L../../src -lBulletDynamics -lBulletCollision -lLinearMath @opengl_LIBS@
|