3 lines
82 B
CMake
Raw Normal View History

FILE(GLOB PY_FILES *.py)
PLUGIN_INSTALL(sextante admintools/httplib2 ${PY_FILES})