]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/CMake_libMUONshuttle.txt
ESD file is added to the list of proof output files. It is then automatically merged...
[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
12AliMUONTriggerPreprocessor.cxx
13)
14
15# fill list of header files from list of source files
16# by exchanging the file extension
17String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
18
19AddLibrary(MUONshuttle "${SRCS}" "${HDRS}")