2012-09-14 14:44:25 +03:00

4 lines
96 B
CMake

FILE(GLOB PY_FILES *.py)
INSTALL(FILES ${PY_FILES} DESTINATION ${SEXTANTE_PLUGIN_DIR}/modeler)