]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/CMake_libMUONgeometry.txt
First version of the occupancy DA, which should have been committed with a previous...
[u/mrichter/AliRoot.git] / MUON / CMake_libMUONgeometry.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4          AliMUONGeometryConstituent.cxx 
5          AliMUONGeometryEnvelope.cxx 
6          AliMUONGeometryEnvelopeStore.cxx 
7          AliMUONGeometryDetElement.cxx 
8          AliMUONGeometryModuleTransformer.cxx 
9          AliMUONGeometryModule.cxx 
10          AliMUONGeometryTransformer.cxx 
11          AliMUONGeometryMisAligner.cxx 
12          AliMUONGeometry.cxx 
13          AliMUONVGeometryBuilder.cxx 
14          AliMUONGeometryBuilder.cxx 
15          AliMUONSurveyObj.cxx 
16          AliMUONSurveyUtil.cxx 
17          AliMUONSurveyDetElem.cxx 
18          AliMUONSurveyChamber.cxx
19 )
20
21 # fill list of header files from list of source files
22 # by exchanging the file extension
23 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
24
25 AddLibrary(MUONgeometry "${SRCS}" "${HDRS}")