From 563748abc86a7121aebfd963e628c08c7cc56646 Mon Sep 17 00:00:00 2001 From: Radek Novacek Date: Tue, 23 Jul 2013 16:09:49 +0200 Subject: Return list of CIM classes from konkretcmpi_generate macro This list will be used by profile registration. --- src/fan/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/fan') diff --git a/src/fan/CMakeLists.txt b/src/fan/CMakeLists.txt index e8e87aa..a5324f7 100644 --- a/src/fan/CMakeLists.txt +++ b/src/fan/CMakeLists.txt @@ -11,6 +11,7 @@ set(provider_SRCS konkretcmpi_generate(${MOF} CIM_PROVIDERS CIM_HEADERS + CIM_CLASSES ) add_library(${LIBRARY_NAME} SHARED -- cgit