4 lines
73 B
CMake
Raw Normal View History

2020-11-11 11:15:34 +01:00
file(GLOB PY_FILES *.py)
2013-08-12 20:44:27 +02:00
2021-05-21 17:30:23 +03:00
PLUGIN_INSTALL(sagaprovider ./ext ${PY_FILES})