Moved old present3D sources into local deprecated directory to clean up the main present3D source directory for future refactored present3D

This commit is contained in:
Robert Osfield
2013-08-18 16:59:11 +00:00
parent bd7ec9c5f7
commit 28ce02915a
16 changed files with 14 additions and 14 deletions

View File

@@ -1,20 +1,20 @@
SET(TARGET_SRC
Cluster.cpp
ExportHTML.cpp
PointsEventHandler.cpp
present3D.cpp
ReadShowFile.cpp
ShowEventHandler.cpp
SpellChecker.cpp
deprecated/Cluster.cpp
deprecated/ExportHTML.cpp
deprecated/PointsEventHandler.cpp
deprecated/present3D.cpp
deprecated/ReadShowFile.cpp
deprecated/ShowEventHandler.cpp
deprecated/SpellChecker.cpp
)
SET(TARGET_H
Cluster.h
ExportHTML.h
PointsEventHandler.h
ReadShowFile.h
ShowEventHandler.h
SpellChecker.h
deprecated/Cluster.h
deprecated/ExportHTML.h
deprecated/PointsEventHandler.h
deprecated/ReadShowFile.h
deprecated/ShowEventHandler.h
deprecated/SpellChecker.h
)
IF (SDL_FOUND)
@@ -54,7 +54,7 @@ IF (NOT DYNAMIC_OPENSCENEGRAPH)
osgdb_openflight
osgdb_obj
)
SET(TARGET_ADDED_LIBRARIES ${TARGET_ADDED_LIBRARIES}
osgdb_deprecated_osg osgdb_deprecated_osgparticle osgdb_deprecated_osganimation
osgdb_deprecated_osgfx osgdb_deprecated_osgsim osgdb_deprecated_osgtext