]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/CMake_libMUONbase.txt
Change names of sections to avoid confusion with MCH DA sections
[u/mrichter/AliRoot.git] / MUON / CMake_libMUONbase.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4         AliMUONConstants.cxx 
5         AliMUONMathieson.cxx 
6         AliMUONDigit.cxx 
7         AliMUONRealDigit.cxx 
8         AliMUONVCluster.cxx 
9         AliMUONRawCluster.cxx 
10         AliMUONRawClusterV2.cxx 
11         AliMUONDigitMaker.cxx 
12         AliMUONRawWriter.cxx 
13         AliMUONCDB.cxx 
14         AliMUONVDigitStore.cxx 
15         AliMUONDigitStoreV1.cxx 
16         AliMUONDigitStoreV1Iterator.cxx 
17         AliMUONDigitStoreVImpl.cxx 
18         AliMUONDigitStoreVImplIterator.cxx 
19         AliMUONDigitStoreV2R.cxx 
20         AliMUONDigitStoreV2S.cxx 
21         AliMUONTOTCAStoreIterator.cxx 
22         AliMUONVDigit.cxx 
23         AliMUONTriggerCircuit.cxx 
24         AliMUONVTriggerStore.cxx 
25         AliMUONTriggerStoreV1.cxx
26 )
27
28 # fill list of header files from list of source files
29 # by exchanging the file extension
30 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
31
32 AddLibrary(MUONbase "${SRCS}" "${HDRS}")