~ubuntu-branches/ubuntu/wily/mir/wily-proposed

« back to all changes in this revision

Viewing changes to src/platform/graphics/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2014-01-08 02:04:38 UTC
  • mto: This revision was merged to the branch mainline in revision 58.
  • Revision ID: package-import@ubuntu.com-20140108020438-e1npu0pm7qdv5wc4
Tags: upstream-0.1.3+14.04.20140108
ImportĀ upstreamĀ versionĀ 0.1.3+14.04.20140108

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
)
27
27
 
28
28
install(TARGETS mirplatform LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
 
29
 
 
30
if (MIR_PLATFORM STREQUAL "android")
 
31
  include_directories(${LIBHARDWARE_INCLUDE_DIRS})
 
32
  add_subdirectory(android/)
 
33
endif()
 
34
 
 
35
if (MIR_PLATFORM STREQUAL "mesa")
 
36
  add_subdirectory(mesa/)
 
37
endif()
 
38