From 2d9944bd0b5cd1dd202d9dc6318d612e1aca4241 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 8 Jan 2018 19:34:26 +0100 Subject: Load extensions with a model --- framework/src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'framework/src/CMakeLists.txt') diff --git a/framework/src/CMakeLists.txt b/framework/src/CMakeLists.txt index 526fbefe..97cb453b 100644 --- a/framework/src/CMakeLists.txt +++ b/framework/src/CMakeLists.txt @@ -47,6 +47,7 @@ add_library(kubeframework SHARED startupcheck.cpp keyring.cpp domainobjectcontroller.cpp + extensionmodel.cpp ) target_link_libraries(kubeframework sink -- cgit v1.2.3