12 lines
224 B
Plaintext
12 lines
224 B
Plaintext
|
TOPDIR = ../..
|
||
|
include $(TOPDIR)/Make/makedefs
|
||
|
|
||
|
CXXFILES =\
|
||
|
osgintrospection.cpp\
|
||
|
|
||
|
LIBS += -losgIntrospection -losgDB -losgUtil -losg $(GL_LIBS) $(OTHER_LIBS)
|
||
|
|
||
|
EXEC = osgintrospection
|
||
|
|
||
|
include $(TOPDIR)/Make/makerules
|