diff --git a/projects/VC90/SimGear.vcproj b/projects/VC90/SimGear.vcproj index f38a9fa3..26b7e874 100644 --- a/projects/VC90/SimGear.vcproj +++ b/projects/VC90/SimGear.vcproj @@ -1299,14 +1299,6 @@ RelativePath="..\..\simgear\scene\material\mipmap.hxx" > - - - - @@ -1797,6 +1789,14 @@ RelativePath="..\..\simgear\scene\util\NodeAndDrawableVisitor.hxx" > + + + + diff --git a/simgear/scene/util/CMakeLists.txt b/simgear/scene/util/CMakeLists.txt index 8b922157..670d21af 100644 --- a/simgear/scene/util/CMakeLists.txt +++ b/simgear/scene/util/CMakeLists.txt @@ -3,6 +3,7 @@ include (SimGearComponent) set(HEADERS CopyOp.hxx NodeAndDrawableVisitor.hxx + Noise.hxx OsgMath.hxx OsgSingleton.hxx PrimitiveUtils.hxx @@ -28,6 +29,7 @@ set(HEADERS set(SOURCES CopyOp.cxx NodeAndDrawableVisitor.cxx + Noise.cxx PrimitiveUtils.cxx QuadTreeBuilder.cxx SGEnlargeBoundingBox.cxx