summaryrefslogtreecommitdiff
path: root/unity-shared/CMakeLists.txt
diff options
authorTim Penhey <tim.penhey@canonical.com>2012-10-24 09:54:53 +0200
committerTim Penhey <tim.penhey@canonical.com>2012-10-24 09:54:53 +0200
commit6766a1fd2988191974edb42b51508c34035adf04 (patch)
tree35badac9cc1ca2839c97021397b0413c184cb971 /unity-shared/CMakeLists.txt
parent4abcf1c6a8ba87c8aa8bd31e4882580d3b16b329 (diff)
Use the range based for, and remove compiz header. Move the debug files into unity-shared.
(bzr r2865.2.8)
Diffstat (limited to 'unity-shared/CMakeLists.txt')
-rw-r--r--unity-shared/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/unity-shared/CMakeLists.txt b/unity-shared/CMakeLists.txt
index 28dcc84e8..576d89482 100644
--- a/unity-shared/CMakeLists.txt
+++ b/unity-shared/CMakeLists.txt
@@ -32,6 +32,7 @@ set (UNITY_SHARED_SOURCES
CoverArt.cpp
BackgroundEffectHelper.cpp
DashStyle.cpp
+ DebugDBusInterface.cpp
DefaultThumbnailProvider.cpp
FontSettings.cpp
IMTextEntry.cpp
@@ -64,6 +65,7 @@ set (UNITY_SHARED_SOURCES
UnityWindowView.cpp
UserThumbnailProvider.cpp
WindowManager.cpp
+ XPathQueryPart.cpp
)
if(UNITY_ENABLE_X_ORG_SUPPORT)