~unity-api-team/storage-provider-webdav/trunk

« back to all changes in this revision

Viewing changes to src/CMakeLists.txt

  • Committer: Tarmac
  • Author(s): James Henstridge
  • Date: 2016-09-23 05:03:11 UTC
  • mfrom: (7.1.13 provider-test-fixture)
  • Revision ID: tarmac-20160923050311-bb3m6zal58cpccqu
Add test infrastructure for testing DavProvider.

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
  ${Boost_INCLUDE_DIRS}
13
13
)
14
14
target_link_libraries(owncloud-provider-lib
 
15
  ${SF_PROVIDER_LDFLAGS}
15
16
  ${Boost_LIBRARIES}
16
 
  ${SF_PROVIDER_LDFLAGS}
17
17
  Qt5::Network
18
18
  Qt5::Xml
19
19
)