forked from eshwen/L1JetEnergyCorrections
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBuildFile.xml
More file actions
23 lines (23 loc) · 842 Bytes
/
Copy pathBuildFile.xml
File metadata and controls
23 lines (23 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!-- <flags CXXFLAGS="-O2 -g -DDEBUG -std=c++11"/> -->
<!-- <flags CXXFLAGS="-O2 -g -DDEBUG -std=c++1y"/> -->
<!-- <flags CXXFLAGS="-std=c++1y"/> -->
<!-- <flags CXXFLAGS="-O2 -g -DDEBUG -Wno-error=unused-variable -Wno-error=unused-but-set-variable"/> -->
<flags ADD_SUBDIR="1"/>
<use name="FWCore/Framework"/>
<use name="FWCore/PluginManager"/>
<use name="FWCore/ParameterSet"/>
<use name="DataFormats/L1Trigger"/>
<use name="DataFormats/L1GlobalTrigger"/>
<use name="CondFormats/L1TObjects"/>
<use name="CondFormats/DataRecord"/>
<use name="root"/>
<use name="rootgraphics"/>
<use name="boost"/>
<use name="boost_program_options"/>
<use name="boost_filesystem"/>
<use name="cppunit"/>
<include_path path="interface"/>
<!-- <include_path path="../L1TNtuples/interface"/> -->
<export>
<lib name="L1TriggerL1JetEnergyCorrections"/>
</export>