Skip to content

Commit ba8f388

Browse files
committed
[processing] fixed cmake
1 parent 0df2b01 commit ba8f388

File tree

1 file changed

+2
-2
lines changed

1 file changed

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

44
PLUGIN_INSTALL(processing gui ${PY_FILES})
5-
PLUGIN_INSTALL(processing gui/help ${OTHER_FILES})
5+
PLUGIN_INSTALL(processing gui ${OTHER_FILES})

0 commit comments

Comments
 (0)