1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<library file="CondDBPyWrappers.cc" name="CondDBV2PyInterface">
<use name="CondCore/CondDB"/>
<use name="boost_python"/>
</library>
<library file="CondDBPyBind11Wrappers.cc" name="CondDBPyBind11Interface">
<use name="CondCore/CondDB"/>
<flags EDM_PLUGIN="0"/>
<use name="py3-pybind11"/>
<use name="python3"/>
</library>
<library file="XMLAuthenticationService.cc" name="CondCoreCondDBXMLAuthenticationService">
<use name="boost"/>
<use name="tbb"/>
<use name="xerces-c"/>
<use name="RelationalAccess"/>
<use name="CondCore/CondDB"/>
<use name="Utilities/Xerces"/>
<flags EDM_PLUGIN="1"/>
</library>
<library file="RelationalAuthenticationService.cc" name="CondCoreCondDBRelationalAuthenticationService">
<use name="boost"/>
<use name="tbb"/>
<use name="RelationalAccess"/>
<use name="CondCore/CondDB"/>
<flags EDM_PLUGIN="1"/>
</library>
|