]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/CMake_libMUONshuttle.txt
New class for AOD<->MC association
[u/mrichter/AliRoot.git] / MUON / CMake_libMUONshuttle.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 AliMUONPreprocessor.cxx 
5 AliMUONVSubprocessor.cxx 
6 AliMUONPedestalSubprocessor.cxx 
7 AliMUONGMSSubprocessor.cxx 
8 AliMUONHVSubprocessor.cxx 
9 AliMUONGainSubprocessor.cxx 
10 AliMUONTrackerPreprocessor.cxx 
11 AliMUONTriggerSubprocessor.cxx 
12 AliMUONTriggerPreprocessor.cxx
13 )
14
15 # fill list of header files from list of source files
16 # by exchanging the file extension
17 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
18
19 AddLibrary(MUONshuttle "${SRCS}" "${HDRS}")