]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/CMake_libAliHLTGlobal.txt
Using common HLT track data format for TRD tracks (Theodor)
[u/mrichter/AliRoot.git] / HLT / CMake_libAliHLTGlobal.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 global/AliHLTGlobalTrackMergerComponent.cxx
5 global/AliHLTGlobalTrackMerger.cxx
6 global/AliHLTGlobalAgent.cxx
7 )
8
9 # fill list of header files from list of source files
10 # by exchanging the file extension
11 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
12
13
14 AddLibrary(AliHLTGlobal "${SRCS}" "${HDRS}")