summaryrefslogtreecommitdiffstats
path: root/cmake/modules/FindOpenLMI.cmake
Commit message (Collapse)AuthorAgeFilesLines
* cmake: search for openlmi-mof-register in the /usr/local dirRadek Novacek2013-09-261-1/+12
|
* Extend FindOpenLMI.cmake to find common MOF filesRadek Novacek2013-05-161-0/+14
| | | | | Files 05_LMI_Qualifiers.mof and 30_LMI_Jobs.mof are now found runtime and can be further used.
* Support for using libopenlmicommon by external providersRadek Novacek2013-04-171-0/+21
* add FindOpenLMI.cmake module * add pkgconfig for OpenLMI * add openlmi.c/h with exported functions * add symlink with major version to openlmicommon library Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=948948