From Andy Skinner, changes the library linkage to just include osg and OpenThreads

This commit is contained in:
Robert Osfield 2007-10-02 20:45:44 +00:00
parent e3e4f6614c
commit 8ae27117d3

View File

@ -1,3 +1,8 @@
SET(TARGET_SRC osgversion.cpp )
SET(TARGET_COMMON_LIBRARIES
OpenThreads
osg
)
SETUP_COMMANDLINE_APPLICATION(osgversion)