diff options
| author | Tim Penhey <tim.penhey@canonical.com> | 2012-11-29 11:03:23 +1300 | 
|---|---|---|
| committer | Tim Penhey <tim.penhey@canonical.com> | 2012-11-29 11:03:23 +1300 | 
| commit | a1ac94e2eea458b07e5a7516673128b7dbe1b259 (patch) | |
| tree | d334518cf729a677bb230b63ea7e27cb9e058ead /unity-standalone | |
| parent | 801b5400c1a9089810d8339f20679462a668028c (diff) | |
| parent | 9331e31cef9c79a7d37c7092f6dbfc2fe957e6dd (diff) | |
Merged add-application-manager into launcher-controller-test-cleanup.
(bzr r2932.2.3)
Diffstat (limited to 'unity-standalone')
| -rw-r--r-- | unity-standalone/CMakeLists.txt | 10 | 
1 files changed, 1 insertions, 9 deletions
| diff --git a/unity-standalone/CMakeLists.txt b/unity-standalone/CMakeLists.txt index f93784b10..d86a1a1e5 100644 --- a/unity-standalone/CMakeLists.txt +++ b/unity-standalone/CMakeLists.txt @@ -5,8 +5,6 @@ find_package (PkgConfig)  set (CFLAGS  ${CACHED_UNITY_DEPS_CFLAGS}  ${CACHED_UNITY_DEPS_CFLAGS_OTHER} - "-DGETTEXT_PACKAGE=\"unity\"" - "-I${CMAKE_CURRENT_BINARY_DIR}"  )  if (${CMAKE_SYSTEM_PROCESSOR} STREQUAL "x86_64" OR ${CMAKE_SYSTEM_PROCESSOR} STREQUAL "armv7l") @@ -22,7 +20,7 @@ link_libraries (${LIBS})  set (LIB_PATHS ${CACHED_UNITY_DEPS_LIBRARY_DIRS})  link_directories (${CMAKE_BINARY_DIR}/UnityCore ${LIB_PATHS}) -include_directories (. .. ../services ../UnityCore ${UNITY_SRC} ${CMAKE_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}) +include_directories (.. ../services ../UnityCore ${UNITY_SRC} ${CMAKE_BINARY_DIR})  #  # Headers & Sources @@ -32,12 +30,6 @@ set (STANDALONE_SOURCES  )  add_executable (unity-standalone StandaloneUnity.cpp) -add_dependencies (unity-standalone  - dash-lib - launcher-lib - panel-lib - unity-shared - unity-shared-standalone)  target_link_libraries (unity-standalone   dash-lib  launcher-lib | 
