FILE(GLOB IMAGE_FILES *.png *.gif *.svg)

ADD_SUBDIRECTORY(ftools)
ADD_SUBDIRECTORY(gdaltools)

PLUGIN_INSTALL(processing ./images ${IMAGE_FILES})