Removed unneccessary library link line.

git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14793 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
Robert Osfield
2015-03-16 17:01:57 +00:00
parent 6d47fe4d98
commit 728d5ead52

View File

@@ -18,7 +18,6 @@ SET(TARGET_H
#### end var setup ###
SET(TARGET_ADDED_LIBRARIES
osgAnimation
osgSim
osgUtil)
osgSim)
SETUP_PLUGIN(osgjs)