~feng-kylin/unity8/fix-lp1413791

« back to all changes in this revision

Viewing changes to CMakeLists.txt

Merged with unity-team's shellRotation branch and fixed conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
find_package(Qt5Concurrent 5.2 REQUIRED)
57
57
find_package(Qt5Sql 5.2 REQUIRED)
58
58
 
 
59
pkg_check_modules(APPLICATION_API REQUIRED unity-shell-application=6)
 
60
 
59
61
# Standard install paths
60
62
include(GNUInstallDirs)
61
63
 
105
107
set(SHELL_APP unity8)
106
108
set(DASH_APP unity8-dash)
107
109
set(SCOPE_TOOL unity-scope-tool)
 
110
set(INDICATORS_CLIENT_APP indicators-client)
 
111
set(MOCK_INDICATOR_SERVICE_APP unity-mock-indicator-service)
108
112
 
109
113
include_directories(
110
114
    ${CMAKE_SOURCE_DIR}/include