~mir-team/qtmir/trunk

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Bileto Bot
  • Author(s): Daniel d'Andrada
  • Date: 2016-07-04 13:58:01 UTC
  • mfrom: (520.1.5 dbusFocusInfo)
  • Revision ID: ci-train-bot@canonical.com-20160704135801-055x20tgh6j9edbp
com.canonical.Unity.FocusInfo D-Bus service for providing focus information

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
pkg_check_modules(QTDBUSTEST libqtdbustest-1 REQUIRED)
85
85
pkg_check_modules(QTDBUSMOCK libqtdbusmock-1 REQUIRED)
86
86
pkg_check_modules(APPLICATION_API REQUIRED unity-shell-application=18)
87
 
 
88
 
include_directories(${APPLICATION_API_INCLUDE_DIRS})
 
87
pkg_check_modules(CGMANAGER libcgmanager REQUIRED)
89
88
 
90
89
add_definitions(-DMIR_REQUIRE_DEPRECATED_EVENT_OPT_IN=1)
91
90