~brandontschaefer/mir/first-round-deprecation

« back to all changes in this revision

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

  • Committer: Brandon Schaefer
  • Date: 2016-12-13 17:59:30 UTC
  • mfrom: (3787.1.93 development-branch)
  • Revision ID: brandon.schaefer@canonical.com-20161213175930-j9o7qn0b11n3kzlm
* Merge trunk, fix conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
add_library(
6
6
    mirreport OBJECT
7
7
    default_server_configuration.cpp
8
 
    )
 
8
    reports.cpp
 
9
    reports.h
 
10
)