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

« back to all changes in this revision

Viewing changes to src/server/logging/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
set(
4
4
  LOGGING_SOURCES
5
5
 
6
 
  connector_report.cpp
7
6
  default_configuration.cpp
8
7
  glog_logger.cpp
9
 
  session_mediator_report.cpp
10
 
  message_processor_report.cpp
11
 
  display_report.cpp
12
 
  input_report.cpp
13
 
  compositor_report.cpp
14
8
)
15
9
 
16
10
add_library(
17
 
  mirlogging STATIC
 
11
  mirlogger STATIC
18
12
 
19
13
  ${LOGGING_SOURCES}
20
14
)
21
15
 
22
16
target_link_libraries(
23
 
  mirlogging
 
17
  mirlogger
24
18
 
25
19
  mirplatform
26
20