]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - MUON/CMake_libMUONshuttle.txt
AliHLTTPCCAMerger.cxx added to compilation
[u/mrichter/AliRoot.git] / MUON / CMake_libMUONshuttle.txt
... / ...
CommitLineData
1# -*- mode: cmake -*-
2
3set(SRCS
4AliMUONPreprocessor.cxx
5AliMUONVSubprocessor.cxx
6AliMUONPedestalSubprocessor.cxx
7AliMUONGMSSubprocessor.cxx
8AliMUONHVSubprocessor.cxx
9AliMUONGainSubprocessor.cxx
10AliMUONTrackerPreprocessor.cxx
11AliMUONTriggerSubprocessor.cxx
12AliMUONTriggerDCSSubprocessor.cxx
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}")