]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PHOS/CMake_libPHOSshuttle.txt
Added method to add a default set of jet fidners for a deltaAOD
[u/mrichter/AliRoot.git] / PHOS / CMake_libPHOSshuttle.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2
3set(SRCS
e969a926 4 AliPHOSPreprocessor.cxx
5 AliPHOSRcuDA1.cxx
6 AliPHOSDA1.cxx
7 AliPHOSDA2.cxx
8 AliPHOSCpvDA1.cxx
9 AliPHOSCpvPreprocessor.cxx
10)
11
12# fill list of header files from list of source files
13# by exchanging the file extension
14String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
15
16AddLibrary(PHOSshuttle "${SRCS}" "${HDRS}")
17