2021-06-21 07:17:35 +03:00

6 lines
165 B
CMake

file(GLOB PY_FILES *.py)
file(GLOB YAML_FILES *.yaml)
PLUGIN_INSTALL(sagaprovider ./shorthelp/ ${PY_FILES})
PLUGIN_INSTALL(sagaprovider ./shorthelp/ ${YAML_FILES})