|
9 | 9 | # submit itself to any jurisdiction. |
10 | 10 |
|
11 | 11 | o2_add_library(CCDB |
12 | | - SOURCES src/Backend.cxx |
13 | | - src/BackendOCDB.cxx |
14 | | - src/BackendRiak.cxx |
15 | | - src/Condition.cxx |
16 | | - src/ConditionId.cxx |
17 | | - src/ConditionMetaData.cxx |
18 | | - src/FileStorage.cxx |
19 | | - src/GridStorage.cxx |
20 | | - src/IdPath.cxx |
21 | | - src/IdRunRange.cxx |
22 | | - src/LocalStorage.cxx |
23 | | - src/Manager.cxx |
24 | | - src/ObjectHandler.cxx |
25 | | - src/Storage.cxx |
26 | | - src/XmlHandler.cxx |
27 | | - src/CcdbApi.cxx |
28 | | - src/ConditionsMQServer.cxx |
29 | | - src/ConditionsMQClient.cxx |
30 | | - src/BasicCCDBManager.cxx |
31 | | - src/CCDBTimeStampUtils.cxx |
32 | | - src/request.proto |
33 | | - PUBLIC_LINK_LIBRARIES FairMQ::FairMQ |
34 | | - protobuf::libprotobuf |
35 | | - ROOT::Hist |
36 | | - ROOT::XMLParser |
37 | | - O2::CommonUtils |
38 | | - FairRoot::ParMQ |
39 | | - O2::Device |
40 | | - CURL::libcurl |
41 | | - Boost::thread |
| 12 | + SOURCES src/CcdbApi.cxx |
| 13 | + src/BasicCCDBManager.cxx |
| 14 | + src/CCDBTimeStampUtils.cxx |
| 15 | + src/IdPath.cxx |
| 16 | + PUBLIC_LINK_LIBRARIES CURL::libcurl |
| 17 | + FairRoot::ParMQ |
| 18 | + ROOT::Hist |
| 19 | + O2::Device |
| 20 | + O2::CommonUtils |
| 21 | + FairMQ::FairMQ |
42 | 22 | TARGETVARNAME targetName) |
43 | 23 |
|
44 | | -protobuf_generate(TARGET ${targetName}) |
45 | | - |
46 | 24 | o2_target_root_dictionary(CCDB |
47 | | - HEADERS include/CCDB/Backend.h |
48 | | - include/CCDB/BackendOCDB.h |
49 | | - include/CCDB/BackendRiak.h |
50 | | - include/CCDB/Condition.h |
51 | | - include/CCDB/ConditionId.h |
52 | | - include/CCDB/ConditionMetaData.h |
53 | | - include/CCDB/FileStorage.h |
54 | | - include/CCDB/GridStorage.h |
55 | | - include/CCDB/IdPath.h |
56 | | - include/CCDB/IdRunRange.h |
57 | | - include/CCDB/LocalStorage.h |
58 | | - include/CCDB/Manager.h |
59 | | - include/CCDB/ObjectHandler.h |
60 | | - include/CCDB/Storage.h |
61 | | - include/CCDB/XmlHandler.h |
62 | | - include/CCDB/TObjectWrapper.h |
| 25 | + HEADERS |
63 | 26 | include/CCDB/CcdbApi.h |
64 | | - include/CCDB/BasicCCDBManager.h |
65 | | - include/CCDB/CCDBTimeStampUtils.h |
66 | | - test/TestClass.h) |
67 | | - |
68 | | -o2_add_executable(conditions-server |
69 | | - SOURCES src/runConditionsServer.cxx |
70 | | - COMPONENT_NAME ccdb |
71 | | - PUBLIC_LINK_LIBRARIES O2::CCDB) |
72 | | - |
73 | | -o2_add_executable(conditions-client |
74 | | - SOURCES src/runConditionsClient.cxx |
75 | | - COMPONENT_NAME ccdb |
76 | | - PUBLIC_LINK_LIBRARIES O2::CCDB) |
77 | | - |
78 | | -o2_add_executable(standalone-client |
79 | | - SOURCES test/testQueryServerStandalone.cxx |
80 | | - COMPONENT_NAME ccdb |
81 | | - PUBLIC_LINK_LIBRARIES O2::CCDB) |
82 | | - |
83 | | -o2_data_file(COPY config/conditions-server.json config/conditions-client.json |
84 | | - example/fill_local_ocdb.C |
85 | | - DESTINATION config) |
86 | | - |
87 | | -o2_add_test(WriteReadAny |
88 | | - SOURCES test/testWriteReadAny.cxx |
89 | | - COMPONENT_NAME ccdb |
90 | | - PUBLIC_LINK_LIBRARIES O2::CCDB |
91 | | - LABELS ccdb) |
| 27 | + include/CCDB/TObjectWrapper.h |
| 28 | + include/CCDB/IdPath.h |
| 29 | + include/CCDB/BasicCCDBManager.h |
| 30 | + include/CCDB/CCDBTimeStampUtils.h) |
92 | 31 |
|
93 | 32 | o2_add_test(CcdbApi |
94 | 33 | SOURCES test/testCcdbApi.cxx |
|
0 commit comments