]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PHOS/CMake_libPHOSUtils.txt
resubmitMissing.sh - resubmit calibration jobns for missing runs
[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 )
10
11 # fill list of header files from list of source files
12 # by exchanging the file extension
13 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
14
15 AddLibrary(PHOSUtils "${SRCS}" "${HDRS}")