~michihenning/storage-framework/no-exception-on-unknown-metadata

« back to all changes in this revision

Viewing changes to src/provider/CMakeLists.txt

  • Committer: Tarmac
  • Author(s): Michi Henning
  • Date: 2016-08-11 04:20:23 UTC
  • mfrom: (10.11.10 exception-marshaling)
  • Revision ID: tarmac-20160811042023-dyu0x0rz3yrnr8md
Added exception hierarchy for server side, plus marshaling/unmarshaling code
for exceptions. Some coverage in the remote client to show that this works
(but more coverage is needed).

Approved by James Henstridge, unity-api-1-bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
add_library(sf-provider-objects OBJECT
16
16
  DownloadJob.cpp
 
17
  Exceptions.cpp
17
18
  ProviderBase.cpp
18
19
  Server.cpp
19
20
  TempfileUploadJob.cpp