]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/CMake_libAliHLTTRD.txt
the final cut: PHOS compilation warnings (Oystein)
[u/mrichter/AliRoot.git] / HLT / CMake_libAliHLTTRD.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 TRD/AliHLTTRDClusterizerComponent.cxx
5 TRD/AliHLTTRDDefinitions.cxx
6 TRD/AliHLTTRDTrackerComponent.cxx
7 TRD/AliHLTTRDTrackerV1Component.cxx
8 TRD/AliTRDclusterizerHLT.cxx
9 TRD/AliHLTTRDEsdWriterComponent.cxx
10 TRD/AliHLTTRDCalibrationComponent.cxx
11 )
12
13 # fill list of header files from list of source files
14 # by exchanging the file extension
15 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
16
17 AddLibrary(AliHLTTRD "${SRCS}" "${HDRS}")