]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/CMake_libAliHLTTrigger.txt
ClusterFinder for SPD and SSD load DDL offset from AliDAQ (Gaute)
[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/AliHLTTriggerAgent.cxx
9 trigger/AliHLTEventSummary.cxx
10 trigger/AliHLTEventSummaryProducerComponent.cxx
11 trigger/AliHLTRunSummary.cxx
12 trigger/AliHLTRunSummaryProducerComponent.cxx
13 trigger/AliHLTTriggerSelectiveReadoutComponent.cxx
14 trigger/AliHLTTriggerMonitoringComponent.cxx
15 )
16
17 # fill list of header files from list of source files
18 # by exchanging the file extension
19 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
20
21 AddLibrary(AliHLTTrigger "${SRCS}" "${HDRS}")