summaryrefslogtreecommitdiff
path: root/unity-shared/CMakeLists.txt
diff options
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2013-12-09 18:30:31 +0100
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2013-12-09 18:30:31 +0100
commite46f22b3063dffe2e946dad673ed5be52d76ffd4 (patch)
tree06c93f9e3aa674f40392a9f74fb1f41637c7c7db /unity-shared/CMakeLists.txt
parentc7f7e71231881bf1cb8a3daf0e95f492ea193774 (diff)
DecorationStyle: add a class to parse and draw the decorations using the provided Gtk Style.
(bzr r3566.5.30)
Diffstat (limited to 'unity-shared/CMakeLists.txt')
-rw-r--r--unity-shared/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/unity-shared/CMakeLists.txt b/unity-shared/CMakeLists.txt
index bdf92cc2b..63b9e8206 100644
--- a/unity-shared/CMakeLists.txt
+++ b/unity-shared/CMakeLists.txt
@@ -23,6 +23,7 @@ set (UNITY_SHARED_SOURCES
BackgroundEffectHelper.cpp
DashStyle.cpp
DebugDBusInterface.cpp
+ DecorationStyle.cpp
DefaultThumbnailProvider.cpp
DeltaRestrainment.cpp
DesktopApplicationManager.cpp
@@ -123,3 +124,7 @@ add_executable (app-manager StandaloneAppManager.cpp)
add_dependencies (app-manager unity-shared unity-shared-bamf unity-shared-standalone)
target_link_libraries (app-manager unity-shared unity-shared-bamf unity-shared-standalone)
+add_executable (decorations-style StandaloneDecorationStyle.cpp)
+add_dependencies (decorations-style unity-shared)
+target_link_libraries (decorations-style unity-shared)
+