]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/CMake_libMUONshuttle.txt
RAW QA only for calibration events
[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 AliMUONTriggerDCSSubprocessor.cxx 
13 AliMUONTriggerPreprocessor.cxx
14 AliMUONOccupancySubprocessor.cxx
15 )
16
17 # fill list of header files from list of source files
18 # by exchanging the file extension
19 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
20
21 AddLibrary(MUONshuttle "${SRCS}" "${HDRS}")