]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/CMake_libAliHLTRCU.txt
Flipped the sign of the ideal (uniform Bz) field to follow the same convention as
[u/mrichter/AliRoot.git] / HLT / CMake_libAliHLTRCU.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2
3set(SRCS
4RCU/AliHLTAltroChannelSelectorComponent.cxx
5RCU/AliHLTAltroEncoder.cxx
6RCU/AliHLTAltroGenerator.cxx
b9d8fab0 7RCU/AliHLTAltroTimebinAverageComponent.cxx
e969a926 8RCU/AliHLTRCUAgent.cxx
9)
10
11# fill list of header files from list of source files
12# by exchanging the file extension
13String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
14
15AddLibrary(AliHLTRCU "${SRCS}" "${HDRS}")