From 8ea9fad93a287827a8efe94c7b4de5038e4ce474 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 7 Oct 2008 15:21:12 +0000 Subject: [PATCH] Added osgText to link line --- src/osgPlugins/dxf/CMakeLists.txt | 47 ++++++++++++++++--------------- 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/src/osgPlugins/dxf/CMakeLists.txt b/src/osgPlugins/dxf/CMakeLists.txt index b409856d6..b41db5ce9 100644 --- a/src/osgPlugins/dxf/CMakeLists.txt +++ b/src/osgPlugins/dxf/CMakeLists.txt @@ -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)