Added osgText and osgDB to the list of dependencies for OSX build.
This commit is contained in:
parent
c6aa422575
commit
2586bd5d1c
@ -16,7 +16,7 @@ CXXFILES = \
|
||||
|
||||
DEF += -DOSGSIM_LIBRARY
|
||||
|
||||
LIBS += -losg -losgUtil $(GL_LIBS) $(OTHER_LIBS)
|
||||
LIBS += -losgText -losgDB -losgUtil -losg $(GL_LIBS) $(OTHER_LIBS)
|
||||
|
||||
TARGET_BASENAME = osgSim
|
||||
LIB = $(LIB_PREFIX)$(TARGET_BASENAME).$(LIB_EXT)
|
||||
|
Loading…
Reference in New Issue
Block a user