~ubuntu-branches/ubuntu/vivid/mir/vivid

« back to all changes in this revision

Viewing changes to src/server/report/logging/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2014-08-11 19:52:06 UTC
  • mto: This revision was merged to the branch mainline in revision 77.
  • Revision ID: package-import@ubuntu.com-20140811195206-05ee991qbzvdbmel
Tags: upstream-0.6.0+14.10.20140811
ImportĀ upstreamĀ versionĀ 0.6.0+14.10.20140811

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
)
15
15
 
16
16
add_library(
17
 
  mirlogging STATIC
 
17
  mirlogging OBJECT
18
18
 
19
19
  ${LOGGING_SOURCES}
20
20
)
21
21
 
22
 
target_link_libraries(
23
 
  mirlogging
24
 
 
25
 
  mirplatform
26
 
 
27
 
  ${GLog_LIBRARY}
28
 
  ${GFlags_LIBRARY}
29
 
)