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