summaryrefslogtreecommitdiffstats
path: root/framework/src/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/CMakeLists.txt')
-rw-r--r--framework/src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/src/CMakeLists.txt b/framework/src/CMakeLists.txt
index b773748b..39f17c32 100644
--- a/framework/src/CMakeLists.txt
+++ b/framework/src/CMakeLists.txt
@@ -49,6 +49,7 @@ set(SRCS
49 accounts/accountfactory.cpp 49 accounts/accountfactory.cpp
50 accounts/accountsmodel.cpp 50 accounts/accountsmodel.cpp
51 notifications/notificationhandler.cpp 51 notifications/notificationhandler.cpp
52 fabric.cpp
52) 53)
53 54
54add_library(frameworkplugin SHARED ${SRCS}) 55add_library(frameworkplugin SHARED ${SRCS})