Added -osgGA to the Makefile list.
This commit is contained in:
@@ -7,7 +7,7 @@ CXXFILES =\
|
||||
Window.cpp\
|
||||
Viewer.cpp\
|
||||
|
||||
LIBS += $(GLUT_LIB) $(GL_LIBS) -losgUtil -losgDB -losg $(OTHER_LIBS)
|
||||
LIBS += $(GLUT_LIB) $(GL_LIBS) -losgGA -losgUtil -losgDB -losg $(OTHER_LIBS)
|
||||
DEF += -DOSGGLUT_LIBRARY
|
||||
TARGET_BASENAME = osgGLUT
|
||||
LIB = $(LIB_PREFIX)$(TARGET_BASENAME).$(LIB_EXT)
|
||||
|
||||
Reference in New Issue
Block a user