From 85ef8198273e4a4834b07f94b539a6bb1f83ec73 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 23 Aug 2007 16:33:39 +0000 Subject: [PATCH] Changed the plugin name to openflight instead of OpenFlight to avoid problems with osgDB looking for just lower case plugin names --- src/osgPlugins/OpenFlight/CMakeLists.txt | 63 +++++++++++++----------- 1 file changed, 33 insertions(+), 30 deletions(-) diff --git a/src/osgPlugins/OpenFlight/CMakeLists.txt b/src/osgPlugins/OpenFlight/CMakeLists.txt index 5e581dce8..cf529e246 100644 --- a/src/osgPlugins/OpenFlight/CMakeLists.txt +++ b/src/osgPlugins/OpenFlight/CMakeLists.txt @@ -2,38 +2,41 @@ SET(TARGET_SRC -AncillaryRecords.cpp -AttrData.cpp -ControlRecords.cpp -DataInputStream.cpp -Document.cpp -GeometryRecords.cpp -LightPointRecords.cpp -PaletteRecords.cpp -Pools.cpp -PrimaryRecords.cpp -ReaderWriterATTR.cpp -ReaderWriterFLT.cpp -Record.cpp -RecordInputStream.cpp -Registry.cpp -ReservedRecords.cpp -RoadRecords.cpp -Vertex.cpp -VertexRecords.cpp + AncillaryRecords.cpp + AttrData.cpp + ControlRecords.cpp + DataInputStream.cpp + Document.cpp + GeometryRecords.cpp + LightPointRecords.cpp + PaletteRecords.cpp + Pools.cpp + PrimaryRecords.cpp + ReaderWriterATTR.cpp + ReaderWriterFLT.cpp + Record.cpp + RecordInputStream.cpp + Registry.cpp + ReservedRecords.cpp + RoadRecords.cpp + Vertex.cpp + VertexRecords.cpp ) + SET(TARGET_H -AttrData.h -DataInputStream.h -Document.h -Pools.h -Record.h -RecordInputStream.h -Registry.h -Vertex.h -opcodes.h -types.h + AttrData.h + DataInputStream.h + Document.h + Pools.h + Record.h + RecordInputStream.h + Registry.h + Vertex.h + opcodes.h + types.h ) + SET(TARGET_ADDED_LIBRARIES osgSim ) + #### end var setup ### -SETUP_PLUGIN(OpenFlight) +SETUP_PLUGIN(openflight)