]> git.uio.no Git - u/mrichter/AliRoot.git/blob - FMD/CMake_libFMDsim.txt
ACORDEv1 is now the default
[u/mrichter/AliRoot.git] / FMD / CMake_libFMDsim.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 AliFMD.cxx
5 AliFMDv0.cxx
6 AliFMDv1.cxx
7 AliFMDPoints.cxx
8 AliFMDHit.cxx
9 AliFMDBaseDigitizer.cxx
10 AliFMDDigitizer.cxx
11 AliFMDSDigitizer.cxx
12 AliFMDEdepMap.cxx
13 AliFMDRawWriter.cxx
14 AliFMDQADataMakerSim.cxx
15 )
16
17 # fill list of header files from list of source files
18 # by exchanging the file extension
19 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
20
21 AddLibrary(FMDsim "${SRCS}" "${HDRS}")
22