summaryrefslogtreecommitdiffstats
path: root/mof
diff options
context:
space:
mode:
authorRadek Novacek <rnovacek@redhat.com>2012-07-24 10:06:12 +0200
committerRadek Novacek <rnovacek@redhat.com>2012-07-24 10:06:12 +0200
commit4d2e61789348c6af3c91e531f292a1341dde85ca (patch)
treea115ff3f0386e1ff2e53beed7d3a1f7b9616a78d /mof
parent33345e760606998f9a4731f9ce422e4050a27052 (diff)
downloadopenlmi-providers-4d2e61789348c6af3c91e531f292a1341dde85ca.tar.gz
openlmi-providers-4d2e61789348c6af3c91e531f292a1341dde85ca.tar.xz
openlmi-providers-4d2e61789348c6af3c91e531f292a1341dde85ca.zip
Install the MOFs to data directory
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})