]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/CMake_libAliHLTTrigger.txt
bugfix for 64bit systems (invalid cast)
[u/mrichter/AliRoot.git] / HLT / CMake_libAliHLTTrigger.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 trigger/AliHLTEventSummary.cxx
5 trigger/AliHLTEventSummaryProducerComponent.cxx
6 trigger/AliHLTRunSummary.cxx
7 trigger/AliHLTRunSummaryProducerComponent.cxx
8 trigger/AliHLTTriggerSelectiveReadoutComponent.cxx
9 )
10
11 # fill list of header files from list of source files
12 # by exchanging the file extension
13 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
14
15 AddLibrary(AliHLTTrigger "${SRCS}" "${HDRS}")