Added osgText to link line

This commit is contained in:
Robert Osfield 2008-10-07 15:21:12 +00:00
parent c569b8a1f3
commit 8ea9fad93a

View File

@ -1,29 +1,30 @@
#this file is automatically generated
SET(TARGET_SRC
ReaderWriterDXF.cpp
aci.cpp
dxfBlock.cpp
dxfEntity.cpp
dxfFile.cpp
dxfReader.cpp
dxfSection.cpp
dxfTable.cpp
scene.cpp
ReaderWriterDXF.cpp
aci.cpp
dxfBlock.cpp
dxfEntity.cpp
dxfFile.cpp
dxfReader.cpp
dxfSection.cpp
dxfTable.cpp
scene.cpp
)
SET(TARGET_H
aci.h
codeValue.h
dxfBlock.h
dxfDataTypes.h
dxfEntity.h
dxfFile.h
dxfReader.h
dxfSection.h
dxfSectionBase.h
dxfTable.h
scene.h
aci.h
codeValue.h
dxfBlock.h
dxfDataTypes.h
dxfEntity.h
dxfFile.h
dxfReader.h
dxfSection.h
dxfSectionBase.h
dxfTable.h
scene.h
)
SET(TARGET_ADDED_LIBRARIES osgText )
#### end var setup ###
SETUP_PLUGIN(dxf)