1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<use name="FWCore/Framework"/>
<use name="FWCore/MessageLogger"/>
<use name="FWCore/ParameterSet"/>
<use name="CondCore/DBOutputService"/>
<use name="CondFormats/DataRecord"/>
<use name="CondFormats/PhysicsToolsObjects"/>
<use name="boost"/>
<use name="root"/>
<library name="CondFormatsPhysicsToolsObjectsTest" file="*.cc">
<flags EDM_PLUGIN="1"/>
</library>
<bin file="testSerializationPhysicsToolsObjects.cpp">
</bin>
|