]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG0/CMake_libPWG0dep.txt
Added script to draw calibrated raw data
[u/mrichter/AliRoot.git] / PWG0 / CMake_libPWG0dep.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 TPC/AliTPCClusterHistograms.cxx
5 TPC/AliTPCRawHistograms.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(PWG0dep "${SRCS}" "${HDRS}")