summaryrefslogtreecommitdiffstats
path: root/framework/src/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-29 16:42:52 -0600
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-29 16:44:27 -0600
commitc092d555bd6d3e93a11625bfe76bb59b2e64e994 (patch)
tree0c899e74cafdb8878f92405d7b0e3df2b41078b5 /framework/src/CMakeLists.txt
parent51fbcca97ef9058cdb75c52ac77bdc728a296e4a (diff)
downloadkube-c092d555bd6d3e93a11625bfe76bb59b2e64e994.tar.gz
kube-c092d555bd6d3e93a11625bfe76bb59b2e64e994.zip
SelectableLabel to support copying individual labels
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 034feba9..85ad8344 100644
--- a/framework/src/CMakeLists.txt
+++ b/framework/src/CMakeLists.txt
@@ -40,6 +40,7 @@ set(SRCS
40 fabric.cpp 40 fabric.cpp
41 sinkfabric.cpp 41 sinkfabric.cpp
42 kubeimage.cpp 42 kubeimage.cpp
43 clipboardproxy.cpp
43) 44)
44 45
45add_library(frameworkplugin SHARED ${SRCS}) 46add_library(frameworkplugin SHARED ${SRCS})