]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PHOS/CMake_libPHOSshuttle.txt
avoid compilation warnings when adding selection macros
[u/mrichter/AliRoot.git] / PHOS / CMake_libPHOSshuttle.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4                  AliPHOSPreprocessor.cxx 
5                  AliPHOSRcuDA1.cxx 
6                  AliPHOSDA1.cxx 
7                  AliPHOSDA2.cxx 
8                  AliPHOSCpvDA1.cxx 
9                  AliPHOSCpvPreprocessor.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(PHOSshuttle "${SRCS}" "${HDRS}")
17