]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/CMake_libAliHLTJET.txt
remove defnition of cluster correction
[u/mrichter/AliRoot.git] / HLT / CMake_libAliHLTJET.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 JET/AliHLTJETAgent.cxx
5 JET/AliHLTJETTrackCuts.cxx
6 JET/AliHLTJETReader.cxx
7 JET/AliHLTJETReaderHeader.cxx
8 JET/AliHLTJETConeJetComponent.cxx
9 )
10
11 # fill list of header files from list of source files
12 # by exchanging the file extension
13 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
14
15 AddLibrary(AliHLTJET "${SRCS}" "${HDRS}")