~unity-api-team/storage-framework/vivid

« back to all changes in this revision

Viewing changes to src/provider/CMakeLists.txt

  • Committer: James Henstridge
  • Date: 2016-05-10 09:38:09 UTC
  • mto: (8.1.4 storage-framework)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james@jamesh.id.au-20160510093809-uywupy44te62qe91
Add demo script, and fix up bugs preventing method calls from being handled.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
  internal/ProviderInterface.cpp
15
15
  internal/Handler.cpp
16
16
  internal/dbusmarshal.cpp
 
17
  ${CMAKE_SOURCE_DIR}/include/unity/storage/provider/internal/ProviderInterface.h
 
18
  ${CMAKE_SOURCE_DIR}/include/unity/storage/provider/internal/Handler.h
17
19
  ${generated_files})
18
20
 
19
21
set_target_properties(storage-framework-provider PROPERTIES AUTOMOC TRUE)