Skip to content

Commit 2595e02

Browse files
committed
fix build error (followup ba8f388)
1 parent 8355a7a commit 2595e02

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
FILE(GLOB PY_FILES *.py)
22
FILE(GLOB OTHER_FILES *.txt)
33

4-
PLUGIN_INSTALL(processing gui ${PY_FILES})
5-
PLUGIN_INSTALL(processing gui ${OTHER_FILES})
4+
PLUGIN_INSTALL(processing gui ${PY_FILES} ${OTHER_FILES})

0 commit comments

Comments
 (0)