]> git.uio.no Git - u/mrichter/AliRoot.git/blame - T0/CMake_libT0shuttle.txt
bug in AliT0DCS fixed, now preprocessor should work
[u/mrichter/AliRoot.git] / T0 / CMake_libT0shuttle.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2
3set(SRCS
4AliT0Preprocessor.cxx
5AliT0DataDCS.cxx
6AliT0PreprocessorCosmic.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
13AddLibrary(T0shuttle "${SRCS}" "${HDRS}")