]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/CMake_libMUONcore.txt
added verbosity in a Fatal call
[u/mrichter/AliRoot.git] / MUON / CMake_libMUONcore.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4         mapping/AliMpIntPair.cxx  
5         mapping/AliMpExMap.cxx  
6         mapping/AliMpExMapIterator.cxx  
7         mapping/AliMpArrayI.cxx  
8         mapping/AliMpStringObjMap.cxx  
9         AliMUONObjectPair.cxx 
10         AliMUONStringIntMap.cxx 
11         AliMUON2DMap.cxx 
12         AliMUON2DMapIterator.cxx 
13         AliMUON2DMapIteratorByI.cxx 
14         AliMUON1DArray.cxx 
15         AliMUON1DMap.cxx 
16         AliMUONCheckItem.cxx 
17         AliMUONVStore.cxx 
18         AliMUONTreeManager.cxx 
19         AliMUONLogger.cxx
20 )
21
22 # fill list of header files from list of source files
23 # by exchanging the file extension
24 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
25
26 AddLibrary(MUONcore "${SRCS}" "${HDRS}")