]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EMCAL/CMake_libEMCALUtils.txt
avoid compilation warnings when adding selection macros
[u/mrichter/AliRoot.git] / EMCAL / CMake_libEMCALUtils.txt
CommitLineData
0c5b726e 1# -*- mode: cmake -*-
2
3set(SRCS
4AliEMCALGeoUtils.cxx
5AliEMCALEMCGeometry.cxx
6AliEMCALShishKebabTrd1Module.cxx
7AliEMCALPIDUtils.cxx
8)
9
10# fill list of header files from list of source files
11# by exchanging the file extension
12String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
13
14# Create a library called EMCALUtils which includes the source files SRCS
15# The extension is already found. Any nu;ber of sources could be listed here
16AddLibrary(EMCALUtils "${SRCS}" "${HDRS}")