]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/CMake_libAliHLTITS.txt
Added workarounds for bugs #51285 and #51281: if the AliMagF instance
[u/mrichter/AliRoot.git] / HLT / CMake_libAliHLTITS.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 ITS/AliHLTITStrack.cxx
5 ITS/AliHLTITStracker.cxx
6 ITS/AliHLTITSVertexerZ.cxx
7 ITS/AliHLTITSclusterer.cxx
8 ITS/AliHLTITSAgent.cxx
9 ITS/AliHLTITSClusterFinderSPDComponent.cxx
10 ITS/AliHLTITSClusterFinderSSDComponent.cxx
11 ITS/AliHLTITSCompressRawDataSDDComponent.cxx
12 )
13
14 # fill list of header files from list of source files
15 # by exchanging the file extension
16 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
17
18 AddLibrary(AliHLTITS "${SRCS}" "${HDRS}")