d6291a0ffc
osgshape osgsimplifier osgsimulation osgslice osgspacewarp osgspheresegment osgspotlight osgstereoimage
12 lines
267 B
Plaintext
12 lines
267 B
Plaintext
TOPDIR = ../..
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
CXXFILES =\
|
|
osgsimulation.cpp\
|
|
|
|
LIBS += -losgViewer -losgDB -losgParticle -losgSim -losgText -losgUtil -losg $(GDAL_LIBS) $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
|
|
|
|
EXEC = osgsimulation
|
|
|
|
include $(TOPDIR)/Make/makerules
|