]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/CMake_libAliHLTTrigger.txt
- include missing header TObjString.h
[u/mrichter/AliRoot.git] / HLT / CMake_libAliHLTTrigger.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 trigger/AliHLTTrigger.cxx
5 trigger/AliHLTGlobalTrigger.cxx
6 trigger/AliHLTGlobalTriggerConfig.cxx
7 trigger/AliHLTGlobalTriggerComponent.cxx
8 trigger/AliHLTTriggerBarrelMultiplicity.cxx
9 trigger/AliHLTTriggerBarrelCosmic.cxx
10 trigger/AliHLTTriggerAgent.cxx
11 trigger/AliHLTEventSummary.cxx
12 trigger/AliHLTEventSummaryProducerComponent.cxx
13 trigger/AliHLTRunSummary.cxx
14 trigger/AliHLTRunSummaryProducerComponent.cxx
15 trigger/AliHLTTriggerSelectiveReadoutComponent.cxx
16 trigger/AliHLTTriggerMonitoringComponent.cxx
17 trigger/AliHLTTriggerPhosClusterEnergy.cxx
18 trigger/AliHLTTriggerPhosMip.cxx
19 )
20
21 # fill list of header files from list of source files
22 # by exchanging the file extension
23 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
24
25 AddLibrary(AliHLTTrigger "${SRCS}" "${HDRS}")