]> git.uio.no Git - u/mrichter/AliRoot.git/blob - ZDC/CMake_libZDCbase.txt
Define default values of cluster resolution per chamber in the
[u/mrichter/AliRoot.git] / ZDC / CMake_libZDCbase.txt
1 # -*- mode: cmake -*-
2 # $Id$
3
4 set(SRCS
5 AliZDCLaserCalib.cxx
6 AliZDCChMap.cxx
7 AliZDCDigit.cxx
8 AliZDCRawStream.cxx
9 AliZDCPedestals.cxx
10 AliZDCCalib.cxx
11 AliZDCDataDCS.cxx
12 AliZDCPreprocessor.cxx
13 AliZDCQAChecker.cxx
14 )
15
16 # fill list of header files from list of source files
17 # by exchanging the file extension
18 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
19
20 AddLibrary(ZDCbase "${SRCS}" "${HDRS}")
21