6 lines
165 B
CMake
Raw Normal View History

2021-06-02 20:56:36 +03:00
file(GLOB PY_FILES *.py)
file(GLOB YAML_FILES *.yaml)
PLUGIN_INSTALL(sagaprovider ./shorthelp/ ${PY_FILES})
PLUGIN_INSTALL(sagaprovider ./shorthelp/ ${YAML_FILES})