~dandrader/unity8/surfaceDrawn

« back to all changes in this revision

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

  • Committer: CI Train Bot
  • Author(s): Albert Astals Cid
  • Date: 2016-05-04 18:09:25 UTC
  • mfrom: (1944.15.9 expandable_filter)
  • Revision ID: ci-train-bot@canonical.com-20160504180925-cey9wa2qnkh0yahw
Expandable Filter Widget
Approved by: Andrea Cimitan, Pawel Stolowski

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=11)
 
11
pkg_check_modules(SCOPES_API REQUIRED unity-shell-scopes=12)
12
12
 
13
13
include_directories(
14
14
  ${CMAKE_CURRENT_BINARY_DIR}
34
34
  fake_optionselectoroptions.cpp
35
35
  fake_rangeinputfilter.cpp
36
36
  fake_valuesliderfilter.cpp
 
37
  fake_expandablefilterwidget.cpp
37
38
  fake_valueslidervalues.cpp
38
39
  fake_unity_plugin.cpp
39
40
  ${SCOPES_API_INCLUDEDIR}/unity/shell/scopes/CategoriesInterface.h
51
52
  ${SCOPES_API_INCLUDEDIR}/unity/shell/scopes/SettingsModelInterface.h
52
53
  ${SCOPES_API_INCLUDEDIR}/unity/shell/scopes/ValueSliderFilterInterface.h
53
54
  ${SCOPES_API_INCLUDEDIR}/unity/shell/scopes/ValueSliderValuesInterface.h
 
55
  ${SCOPES_API_INCLUDEDIR}/unity/shell/scopes/ExpandableFilterWidgetInterface.h
54
56
)
55
57
 
56
58
# Workaround for gcc failure LP: #1417664