]> git.uio.no Git - u/mrichter/AliRoot.git/blob - ACORDE/CMake_libACORDEbase.txt
Adding the array of the recosntruction parameters (Marian)
[u/mrichter/AliRoot.git] / ACORDE / CMake_libACORDEbase.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 AliACORDEConstants.cxx AliACORDECalibData.cxx AliACORDERawReader.cxx 
5 AliGenACORDE.cxx AliACORDEQAChecker.cxx  AliACORDELoader.cxx AliACORDEPreprocessor.cxx AliACORDEdigit.cxx AliACORDEDataDCS.cxx AliACORDERawStream.cxx 
6 )
7
8 # fill list of header files from list of source files
9 # by exchanging the file extension
10 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
11
12 AddLibrary(ACORDEbase "${SRCS}" "${HDRS}")