]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/CMake_libMUONshuttle.txt
Macro to be attached to the analysis train
[u/mrichter/AliRoot.git] / MUON / CMake_libMUONshuttle.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2
3set(SRCS
4AliMUONPreprocessor.cxx
5AliMUONVSubprocessor.cxx
6AliMUONPedestalSubprocessor.cxx
7AliMUONGMSSubprocessor.cxx
8AliMUONHVSubprocessor.cxx
9AliMUONGainSubprocessor.cxx
10AliMUONTrackerPreprocessor.cxx
11AliMUONTriggerSubprocessor.cxx
49e110ec 12AliMUONTriggerDCSSubprocessor.cxx
e969a926 13AliMUONTriggerPreprocessor.cxx
14)
15
16# fill list of header files from list of source files
17# by exchanging the file extension
18String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
19
20AddLibrary(MUONshuttle "${SRCS}" "${HDRS}")