]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/CMake_libAliHLTTrigger.txt
adding libAliHLTMUON to trigger lib dependencies
[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/AliHLTGlobalTriggerWrapper.cxx
7 trigger/AliHLTGlobalTriggerConfig.cxx
8 trigger/AliHLTGlobalTriggerComponent.cxx
9 trigger/AliHLTTriggerBarrelMultiplicity.cxx
10 trigger/AliHLTTriggerBarrelCosmic.cxx
11 trigger/AliHLTTriggerAgent.cxx
12 trigger/AliHLTEventSummary.cxx
13 trigger/AliHLTEventSummaryProducerComponent.cxx
14 trigger/AliHLTRunSummary.cxx
15 trigger/AliHLTRunSummaryProducerComponent.cxx
16 trigger/AliHLTTriggerSelectiveReadoutComponent.cxx
17 trigger/AliHLTTriggerMonitoringComponent.cxx
18 trigger/AliHLTTriggerPhosClusterEnergy.cxx
19 trigger/AliHLTTriggerPhosMip.cxx
20 trigger/AliHLTMuonSpectroScalars.cxx
21 trigger/AliHLTMuonSpectroTriggerComponent.cxx
22 )
23
24 # fill list of header files from list of source files
25 # by exchanging the file extension
26 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
27
28 AddLibrary(AliHLTTrigger "${SRCS}" "${HDRS}")