~ubuntu-branches/ubuntu/utopic/mir/utopic-proposed

« back to all changes in this revision

Viewing changes to src/server/frontend/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2014-03-10 19:28:46 UTC
  • mto: This revision was merged to the branch mainline in revision 63.
  • Revision ID: package-import@ubuntu.com-20140310192846-rq9qm3ec26yrelo2
Tags: upstream-0.1.6+14.04.20140310
ImportĀ upstreamĀ versionĀ 0.1.6+14.04.20140310

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
  client_buffer_tracker.cpp
5
5
  session_mediator.cpp
6
 
  null_session_mediator_report.cpp
7
 
  null_message_processor_report.cpp
8
6
  protobuf_message_processor.cpp
9
7
  protobuf_responder.cpp
10
8
  protobuf_buffer_packer.cpp
22
20
  ${PROTO_HDRS}
23
21
)
24
22
 
25
 
if (MIR_PLATFORM STREQUAL "android")
26
 
  list(APPEND FRONTEND_SOURCES session_mediator_android.cpp)
27
 
elseif (MIR_PLATFORM STREQUAL "mesa")
28
 
  include_directories(${DRM_INCLUDE_DIRS})
29
 
  list(APPEND FRONTEND_SOURCES session_mediator_mesa.cpp)
30
 
endif()
31
 
 
32
23
add_library(
33
24
  mirfrontend STATIC
34
25