From Andy Skinner, changes the library linkage to just include osg and OpenThreads
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
SET(TARGET_SRC osgversion.cpp )
|
||||
|
||||
SET(TARGET_COMMON_LIBRARIES
|
||||
OpenThreads
|
||||
osg
|
||||
)
|
||||
|
||||
SETUP_COMMANDLINE_APPLICATION(osgversion)
|
||||
|
||||
Reference in New Issue
Block a user