]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PHOS/CMake_libPHOSshuttle.txt
Message "Signal is out of time range" is suppressed by debug level 2.
[u/mrichter/AliRoot.git] / PHOS / CMake_libPHOSshuttle.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4                  AliPHOSCalibHistoProducer.cxx 
5                  AliPHOSPreprocessor.cxx 
6                  AliPHOSRcuDA1.cxx 
7                  AliPHOSDA1.cxx 
8                  AliPHOSDA2.cxx 
9                  AliPHOSCpvDA1.cxx 
10                  AliPHOSCpvPreprocessor.cxx
11 )
12
13 # fill list of header files from list of source files
14 # by exchanging the file extension
15 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
16
17 AddLibrary(PHOSshuttle "${SRCS}" "${HDRS}")
18