Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Followup 297f466 Add missing CMakeLists.txt
  • Loading branch information
m-kuhn committed Apr 7, 2016
1 parent 45cb80a commit 5e89058
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/plugins/processing/CMakeLists.txt
Expand Up @@ -5,8 +5,9 @@ ADD_SUBDIRECTORY(core)
ADD_SUBDIRECTORY(gui)
ADD_SUBDIRECTORY(images)
ADD_SUBDIRECTORY(modeler)
ADD_SUBDIRECTORY(tests)
ADD_SUBDIRECTORY(preconfigured)
ADD_SUBDIRECTORY(script)
ADD_SUBDIRECTORY(tests)
ADD_SUBDIRECTORY(tools)
ADD_SUBDIRECTORY(ui)

Expand Down
3 changes: 3 additions & 0 deletions python/plugins/processing/preconfigured/CMakeLists.txt
@@ -0,0 +1,3 @@
FILE(GLOB PY_FILES *.py)

PLUGIN_INSTALL(processing ./preconfigured ${PY_FILES})

0 comments on commit 5e89058

Please sign in to comment.