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

« back to all changes in this revision

Viewing changes to src/client/lttng/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:
5
5
 
6
6
  client_tracepoint_provider.cpp
7
7
  rpc_report.cpp
8
 
)
9
 
 
10
 
add_library(
11
 
  mirclientlttng SHARED
12
 
 
13
 
  rpc_report_tp.c
14
 
)
 
8
  input_receiver_report.cpp
 
9
)
 
10
 
 
11
add_library(mirclientlttng SHARED tracepoints.c)
15
12
 
16
13
# Don't treat missing-field-initializers as an error, since
17
14
# the LTTng macros contain code that triggers this (but it's