]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/CMake_libMUONgeometry.txt
In MUONmappingLinkDef.h:
[u/mrichter/AliRoot.git] / MUON / CMake_libMUONgeometry.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2
3set(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
f7d3fd75 14 AliMUONGeometryBuilder.cxx
15 AliMUONSurveyObj.cxx
16 AliMUONSurveyUtil.cxx
17 AliMUONSurveyDetElem.cxx
18 AliMUONSurveyChamber.cxx
e969a926 19)
20
21# fill list of header files from list of source files
22# by exchanging the file extension
23String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
24
25AddLibrary(MUONgeometry "${SRCS}" "${HDRS}")