]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EMCAL/CMake_libEMCALUtils.txt
Removing comment for "magic" lines to correctly read raw tag files.
[u/mrichter/AliRoot.git] / EMCAL / CMake_libEMCALUtils.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 AliEMCALGeoUtils.cxx
5 AliEMCALEMCGeometry.cxx
6 AliEMCALShishKebabTrd1Module.cxx
7 AliEMCALPIDUtils.cxx
8 )
9
10 # fill list of header files from list of source files
11 # by exchanging the file extension
12 String(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
16 AddLibrary(EMCALUtils "${SRCS}" "${HDRS}")