]> git.uio.no Git - u/mrichter/AliRoot.git/blob - ACORDE/CMake_libACORDEsim.txt
Update of ID volumes in MakeACORDE**Alignment.C macros
[u/mrichter/AliRoot.git] / ACORDE / CMake_libACORDEsim.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 AliACORDE.cxx AliACORDEv1.cxx AliACORDEhit.cxx 
5 AliACORDEDigitizer.cxx AliACORDETrigger.cxx 
6 AliACORDERawData.cxx AliACORDEQADataMakerSim.cxx 
7 AliACORDEv0.cxx
8 )
9
10 # fill list of header files from list of source files
11 # by exchanging the file extension
12 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
13
14 AddLibrary(ACORDEsim "${SRCS}" "${HDRS}")