summaryrefslogtreecommitdiffstats
path: root/mof/CMakeLists.txt
blob: f51976a16eacc3a731aaee1b34e57b66a0e287fe (plain)
1
2
3
4
5
6

file(GLOB MOFS *.mof)

foreach(MOF ${MOFS})
    install(FILES ${MOF} DESTINATION share/cura-providers/)
endforeach(MOF ${MOFS})