diff options
| author | Tim Penhey <tim.penhey@canonical.com> | 2012-11-27 14:12:46 +1300 |
|---|---|---|
| committer | Tim Penhey <tim.penhey@canonical.com> | 2012-11-27 14:12:46 +1300 |
| commit | 0de2317416e09e73f34adb40f00eda0868e9d72f (patch) | |
| tree | 0c8f3ad811d2b58fb38a59f8e0185d44a1b0058f /unity-shared/CMakeLists.txt | |
| parent | 69cf50e52cae3693b702ed2180d26582e309526f (diff) | |
Add the interface, and an implementation of the application manager, and a standalone app to test with.
(bzr r2932.1.2)
Diffstat (limited to 'unity-shared/CMakeLists.txt')
| -rw-r--r-- | unity-shared/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/unity-shared/CMakeLists.txt b/unity-shared/CMakeLists.txt index 355e5bfe0..fa1e911ae 100644 --- a/unity-shared/CMakeLists.txt +++ b/unity-shared/CMakeLists.txt @@ -27,6 +27,7 @@ include_directories (. .. ../services ../UnityCore ${UNITY_SRC} ${CMAKE_BINARY_D # set (UNITY_SHARED_SOURCES AbstractSeparator.cpp + ApplicationManager.cpp Animator.cpp BGHash.cpp CoverArt.cpp @@ -74,6 +75,7 @@ set (UNITY_SHARED_SOURCES if(ENABLE_X_SUPPORT) set (UNITY_SHARED_SOURCES + BamfApplicationManager.cpp XKeyboardUtil.cpp XWindowManager.cpp ${UNITY_SHARED_SOURCES} @@ -112,4 +114,7 @@ add_library (unity-shared-standalone STATIC ${UNITY_SHARED_STANDALONE_SOURCES}) target_link_libraries (unity-shared-standalone ${LIBS}) add_dependencies (unity-shared-standalone unity-shared) +add_executable (app-manager StandaloneAppManager.cpp) +add_dependencies (app-manager unity-shared) +target_link_libraries (app-manager unity-shared unity-shared-standalone) |
