]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/CMake_libAliHLTGlobal.txt
update from David Rohr: the CATrackerComponent now supports multiple slices
[u/mrichter/AliRoot.git] / HLT / CMake_libAliHLTGlobal.txt
CommitLineData
ec6160d5 1# -*- mode: cmake -*-
2
3set(SRCS
4global/AliHLTGlobalTrackMergerComponent.cxx
5global/AliHLTGlobalTrackMerger.cxx
6global/AliHLTGlobalAgent.cxx
7)
8
9# fill list of header files from list of source files
10# by exchanging the file extension
11String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
12
13
14AddLibrary(AliHLTGlobal "${SRCS}" "${HDRS}")