]> git.uio.no Git - u/mrichter/AliRoot.git/blob - RAW/CMake_libMDCFilter.txt
Bug #56232: Providing access to the altro channel payload size as requested by PHOS...
[u/mrichter/AliRoot.git] / RAW / CMake_libMDCFilter.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4
5 )
6
7 # fill list of header files from list of source files
8 # by exchanging the file extension
9 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
10
11 AddLibrary(MDCFilter "${SRCS}" "${HDRS}" "${HDRS}")