We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8355a7a commit 2595e02Copy full SHA for 2595e02
python/plugins/processing/gui/CMakeLists.txt
@@ -1,5 +1,4 @@
1
FILE(GLOB PY_FILES *.py)
2
FILE(GLOB OTHER_FILES *.txt)
3
4
-PLUGIN_INSTALL(processing gui ${PY_FILES})
5
-PLUGIN_INSTALL(processing gui ${OTHER_FILES})
+PLUGIN_INSTALL(processing gui ${PY_FILES} ${OTHER_FILES})
0 commit comments