summaryrefslogtreecommitdiffstats
path: root/mof
diff options
context:
space:
mode:
Diffstat (limited to 'mof')
-rw-r--r--mof/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/mof/CMakeLists.txt b/mof/CMakeLists.txt
new file mode 100644
index 0000000..f51976a
--- /dev/null
+++ b/mof/CMakeLists.txt
@@ -0,0 +1,6 @@
+
+file(GLOB MOFS *.mof)
+
+foreach(MOF ${MOFS})
+ install(FILES ${MOF} DESTINATION share/cura-providers/)
+endforeach(MOF ${MOFS})