Add libgimpact, libgimpactutils, libglui, libconvexdecomposition, soft body demo, all bullet demos to autotools build

This commit is contained in:
john.mccutchan
2008-10-03 23:01:04 +00:00
parent 854aaea56a
commit 9e8410dbae
10 changed files with 137 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
noinst_PROGRAMS=SoftDemo
SoftDemo_SOURCES=SoftDemo.cpp SoftDemo.h main.cpp
SoftDemo_CXXFLAGS=-I@top_builddir@/src -I@top_builddir@/Demos/OpenGL $(CXXFLAGS)
SoftDemo_LDADD=-L../OpenGL -lbulletopenglsupport -L../../src -lbulletsoftbody -lbulletdynamics -lbulletcollision -lbulletmath @opengl_LIBS@