Imported Upstream version 2.81
[platform/upstream/libbullet.git] / Demos / CcdPhysicsDemo / Makefile.am
1 noinst_PROGRAMS=CcdPhysicsDemo
2
3 CcdPhysicsDemo_SOURCES=CcdPhysicsDemo.cpp CcdPhysicsDemo.h main.cpp
4 CcdPhysicsDemo_CXXFLAGS=-I@top_builddir@/src -I@top_builddir@/Demos/OpenGL $(CXXFLAGS)
5 CcdPhysicsDemo_LDADD=-L../OpenGL -lbulletopenglsupport -L../../src -lBulletDynamics -lBulletCollision -lLinearMath @opengl_LIBS@