]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PHOS/CMake_libPHOSUtils.txt
Correct treatment of material in case of cosmic reconstruction (Marian)
[u/mrichter/AliRoot.git] / PHOS / CMake_libPHOSUtils.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4   AliPHOSGeoUtils.cxx
5   AliPHOSEMCAGeometry.cxx
6   AliPHOSCPVGeometry.cxx
7   AliPHOSCPVBaseGeometry.cxx
8   AliPHOSSupportGeometry.cxx
9   AliPHOSFastAltroFit.cxx
10 )
11
12 # fill list of header files from list of source files
13 # by exchanging the file extension
14 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
15
16 AddLibrary(PHOSUtils "${SRCS}" "${HDRS}")