~michihenning/storage-framework/provider-map

« back to all changes in this revision

Viewing changes to src/internal/CMakeLists.txt

  • Committer: Tarmac
  • Author(s): James Henstridge
  • Date: 2016-08-11 08:21:23 UTC
  • mfrom: (44.1.6 provider-testing-api)
  • Revision ID: tarmac-20160811082123-mm7lefgq8c2emq4g
Add unity::storage::provider::testing::TestServer class.

Approved by unity-api-1-bot, Michi Henning.

Show diffs side-by-side

added added

removed removed

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