]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/CMake_libMUONshuttle.txt
initialisation bug fixed
[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
7eafe398 14AliMUONOccupancySubprocessor.cxx
e969a926 15)
16
17# fill list of header files from list of source files
18# by exchanging the file extension
19String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
20
21AddLibrary(MUONshuttle "${SRCS}" "${HDRS}")