From 217e8d6f355c7bff1cb7be77841bc4778a8db270 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 3 May 2007 14:47:52 +0000 Subject: [PATCH] Added osgUtil into lib list --- src/osgGA/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osgGA/CMakeLists.txt b/src/osgGA/CMakeLists.txt index 92ee09345..882e0ff41 100644 --- a/src/osgGA/CMakeLists.txt +++ b/src/osgGA/CMakeLists.txt @@ -50,6 +50,7 @@ ADD_LIBRARY(${LIB_NAME} LINK_INTERNAL(${LIB_NAME} osgDB + osgUtil osg OpenThreads )