summaryrefslogtreecommitdiff
path: root/unity-shared/CMakeLists.txt
diff options
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)
+