]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/CMake_libAliHLTITS.txt
Updating for CMake
[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 )
9
10 # fill list of header files from list of source files
11 # by exchanging the file extension
12 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
13
14 AddLibrary(AliHLTITS "${SRCS}" "${HDRS}")