]> git.uio.no Git - u/mrichter/AliRoot.git/blame - RAW/CMake_libMDC.txt
Removal of the default physics event selection. Requested by Filimon and FMD experts...
[u/mrichter/AliRoot.git] / RAW / CMake_libMDC.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2
3set(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
12String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
13
14AddLibrary(MDC "${SRCS}" "${HDRS}" "${HDRS}")