~michihenning/storage-framework/stand-alone-provider-headers

« back to all changes in this revision

Viewing changes to src/internal/CMakeLists.txt

  • Committer: Michi Henning
  • Date: 2016-08-23 23:45:34 UTC
  • mfrom: (53.1.4 devel)
  • Revision ID: michi.henning@canonical.com-20160823234534-4owayhnhcp67g39q
Merged devel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
set(src
2
2
    dbusmarshal.cpp
3
3
    safe_strerror.cpp
 
4
    TraceMessageHandler.cpp
4
5
)
5
6
 
6
7
add_library(storage-framework-common-internal STATIC ${src})