~josharenson/unity8/fix-greeter-password-focus

« back to all changes in this revision

Viewing changes to tests/mocks/Unity/CMakeLists.txt

  • Committer: Josh Arenson
  • Date: 2016-03-25 19:54:02 UTC
  • mfrom: (1979.1.9 session-chooser-gui)
  • Revision ID: joshua.arenson@canonical.com-20160325195402-867v3w2zvmjj0kq3
merge prereq

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
add_subdirectory(Screens)
9
9
 
10
10
pkg_search_module(GOBJECT gobject-2.0 REQUIRED)
11
 
pkg_check_modules(SCOPES_API REQUIRED unity-shell-scopes=10)
 
11
pkg_check_modules(SCOPES_API REQUIRED unity-shell-scopes=11)
12
12
 
13
13
include_directories(
14
14
  ${CMAKE_CURRENT_BINARY_DIR}
29
29
  fake_resultsmodel.cpp
30
30
  fake_previewmodel.cpp
31
31
  fake_previewwidgetmodel.cpp
 
32
  fake_filters.cpp
 
33
  fake_optionselectorfilter.cpp
 
34
  fake_optionselectoroptions.cpp
 
35
  fake_rangeinputfilter.cpp
 
36
  fake_valuesliderfilter.cpp
 
37
  fake_valueslidervalues.cpp
32
38
  fake_unity_plugin.cpp
33
39
  ${SCOPES_API_INCLUDEDIR}/unity/shell/scopes/CategoriesInterface.h
 
40
  ${SCOPES_API_INCLUDEDIR}/unity/shell/scopes/FilterBaseInterface.h
 
41
  ${SCOPES_API_INCLUDEDIR}/unity/shell/scopes/FiltersInterface.h
34
42
  ${SCOPES_API_INCLUDEDIR}/unity/shell/scopes/NavigationInterface.h
 
43
  ${SCOPES_API_INCLUDEDIR}/unity/shell/scopes/OptionSelectorFilterInterface.h
 
44
  ${SCOPES_API_INCLUDEDIR}/unity/shell/scopes/OptionSelectorOptionsInterface.h
35
45
  ${SCOPES_API_INCLUDEDIR}/unity/shell/scopes/PreviewModelInterface.h
36
46
  ${SCOPES_API_INCLUDEDIR}/unity/shell/scopes/PreviewWidgetModelInterface.h
 
47
  ${SCOPES_API_INCLUDEDIR}/unity/shell/scopes/RangeInputFilterInterface.h
37
48
  ${SCOPES_API_INCLUDEDIR}/unity/shell/scopes/ResultsModelInterface.h
38
49
  ${SCOPES_API_INCLUDEDIR}/unity/shell/scopes/ScopeInterface.h
39
50
  ${SCOPES_API_INCLUDEDIR}/unity/shell/scopes/ScopesInterface.h
40
51
  ${SCOPES_API_INCLUDEDIR}/unity/shell/scopes/SettingsModelInterface.h
 
52
  ${SCOPES_API_INCLUDEDIR}/unity/shell/scopes/ValueSliderFilterInterface.h
 
53
  ${SCOPES_API_INCLUDEDIR}/unity/shell/scopes/ValueSliderValuesInterface.h
41
54
)
42
55
 
43
56
# Workaround for gcc failure LP: #1417664