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

« back to all changes in this revision

Viewing changes to demo/local_client/CMakeLists.txt

  • Committer: Michi Henning
  • Date: 2016-05-23 02:27:16 UTC
  • mto: (8.12.2 add-etag)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: michi.henning@canonical.com-20160523022716-jpaudmuan8vxxgch
More fleshing out of the local client implementation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
set(src main.cpp)
 
2
 
 
3
add_executable(local-client main.cpp)
 
4
qt5_use_modules(local-client Core)
 
5
set_target_properties(local-client PROPERTIES AUTOMOC TRUE)
 
6
target_link_libraries(local-client storage-framework-qt-local-client Qt5::Core boost_filesystem)