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