QGIS/python/plugins/sextante/gdal/CMakeLists.txt

9 lines
207 B
CMake
Raw Normal View History

2012-09-14 14:44:25 +03:00
FILE(GLOB PY_FILES *.py)
FILE(GLOB ICON_FILES icons/*.png)
ADD_SUBDIRECTORY(scripts)
ADD_SUBDIRECTORY(pyogr)
2012-09-14 14:44:25 +03:00
PLUGIN_INSTALL(sextante ./gdal ${PY_FILES})
PLUGIN_INSTALL(sextante ./gdal/icons ${ICON_FILES})