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,6 +1,3 @@
#this file is automatically generated
SET(TARGET_SRC
ReaderWriterDXF.cpp
aci.cpp
@ -12,6 +9,7 @@ dxfSection.cpp
dxfTable.cpp
scene.cpp
)
SET(TARGET_H
aci.h
codeValue.h
@ -25,5 +23,8 @@ dxfSectionBase.h
dxfTable.h
scene.h
)
SET(TARGET_ADDED_LIBRARIES osgText )
#### end var setup ###
SETUP_PLUGIN(dxf)