From 6d4f81ba389e910fc504db33b248e708955e5b7e Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 12 Mar 2007 11:49:10 +0000 Subject: [PATCH] Cleaned up the ordering of the code component compilation --- src/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b07e02d89..5ce38fa0f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -3,15 +3,15 @@ SUBDIRS( osg osgDB osgUtil - osgText osgGA + osgText osgManipulator osgSim osgFX osgParticle osgShadow - osgViewer osgTerrain + osgViewer ) OPTION(BUILD_OSG_PLUGINS "Enable to build OSG Plugins" ON)