]> git.uio.no Git - u/mrichter/AliRoot.git/blob - RAW/CMake_libMDC.txt
Compilation with icc
[u/mrichter/AliRoot.git] / RAW / CMake_libMDC.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4         AliMDC.cxx AliRawDB.cxx 
5         AliRawRFIODB.cxx AliRawCastorDB.cxx AliRawRootdDB.cxx 
6         AliRawNullDB.cxx AliTagDB.cxx AliTagNullDB.cxx 
7         mdc.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(MDC "${SRCS}" "${HDRS}" "${HDRS}")