Changed the plugin name to openflight instead of OpenFlight to avoid problems

with osgDB looking for just lower case plugin names
This commit is contained in:
Robert Osfield
2007-08-23 16:33:39 +00:00
parent 0da0127857
commit 85ef819827

View File

@@ -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)