]> git.uio.no Git - u/mrichter/AliRoot.git/blob - T0/CMake_libT0shuttle.txt
Unicor is lower case now (Stefan)
[u/mrichter/AliRoot.git] / T0 / CMake_libT0shuttle.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 AliT0Preprocessor.cxx
5 AliT0DataDCS.cxx
6 AliT0PreprocessorCosmic.cxx
7 )
8
9 # fill list of header files from list of source files
10 # by exchanging the file extension
11 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
12
13 AddLibrary(T0shuttle "${SRCS}" "${HDRS}")