~mir-team/qtmir/mir-0.16-rebuild

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Daniel d'Andrada
  • Date: 2015-05-21 18:48:59 UTC
  • mto: This revision was merged to the branch mainline in revision 340.
  • Revision ID: daniel.dandrada@canonical.com-20150521184859-362pnj4q1osoe63r
One include_directories(${APPLICATION_API_INCLUDE_DIRS}) to rule them all

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
 
85
85
add_definitions(-DMIR_REQUIRE_DEPRECATED_EVENT_OPT_IN=1)
86
86
 
 
87
include_directories( ${APPLICATION_API_INCLUDE_DIRS} )
 
88
 
87
89
# We expect this to be set via debian/rules for GLES builds
88
90
if ("${USE_OPENGLES}" STREQUAL 1)
89
91
    message(STATUS "Qt5 determined to be compiled with GLES support")