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

« back to all changes in this revision

Viewing changes to tests/provider-ProviderInterface/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
 
 
2
 
 
3
 
set_source_files_properties(${CMAKE_SOURCE_DIR}/data/provider.xml PROPERTIES
4
 
  CLASSNAME ProviderClient
5
 
  INCLUDE unity/storage/internal/dbusmarshal.h
6
 
)
7
 
qt5_add_dbus_interface(generated_files
8
 
  ${CMAKE_SOURCE_DIR}/data/provider.xml
9
 
  ProviderClient
10
 
)
11
 
set_source_files_properties(${generated_files} PROPERTIES
12
 
  GENERATED TRUE
13
 
)
14
 
 
15
1
add_executable(provider-ProviderInterface_test
16
2
  ProviderInterface_test.cpp
17
3
  TestProvider.cpp