From Philip Lowman, clean up of CMake files
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
SET(TARGET_SRC ESRIShape.cpp ESRIShapeParser.cpp ESRIShapeReaderWriter.cpp XBaseParser.cpp)
|
||||
SET(TARGET_H ESRIShape.h ESRIShapeParser.h XBaseParser.h)
|
||||
SET(TARGET_ADDED_LIBRARIES osgSim osgTerrain)
|
||||
SET(TARGET_SRC
|
||||
ESRIShape.cpp
|
||||
ESRIShapeParser.cpp
|
||||
ESRIShapeReaderWriter.cpp
|
||||
XBaseParser.cpp)
|
||||
SET(TARGET_H
|
||||
ESRIShape.h
|
||||
ESRIShapeParser.h
|
||||
XBaseParser.h)
|
||||
SET(TARGET_ADDED_LIBRARIES
|
||||
osgSim
|
||||
osgTerrain)
|
||||
#### end var setup ###
|
||||
SETUP_PLUGIN(shp)
|
||||
|
||||
Reference in New Issue
Block a user