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

file(GLOB MOFS *.mof)

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