2013-08-20 09:22:03 +02:00

6 lines
133 B
CMake

FILE(GLOB PY_FILES *.py)
ADD_SUBDIRECTORY(geoserver)
ADD_SUBDIRECTORY(httplib2)
PLUGIN_INSTALL(processing ./admintools ${PY_FILES})