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