b00cbe5a17
Updated examples to remove DataSet/GDAL dependency. Updated wrappers
12 lines
240 B
Plaintext
12 lines
240 B
Plaintext
TOPDIR = ../..
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
CXXFILES =\
|
|
osgsimulation.cpp\
|
|
|
|
LIBS += -losgViewer -losgDB -losgSim -losgText -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
|
|
|
|
EXEC = osgsimulation
|
|
|
|
include $(TOPDIR)/Make/makerules
|