12 lines
249 B
Plaintext
12 lines
249 B
Plaintext
TOPDIR = ../..
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
CXXFILES =\
|
|
osgfadetext.cpp\
|
|
|
|
LIBS += -losgViewer -losgDB -losgSim -losgText -losgUtil -losg $(GDAL_LIBS) $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
|
|
|
|
EXEC = osgfadetext
|
|
|
|
include $(TOPDIR)/Make/makerules
|