]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MONITOR/CMake_libMONITOR.txt
Fill fraction amplitude array with 0 until unfolding is not done
[u/mrichter/AliRoot.git] / MONITOR / CMake_libMONITOR.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4         AliMonitorPlot.cxx AliMonitorHisto.cxx AliMonitorTrend.cxx 
5         AliMonitor.cxx 
6         AliMonitorTPC.cxx AliMonitorITS.cxx AliMonitorV0s.cxx 
7         AliMonitorDataTPC.cxx 
8         AliMonitorProcess.cxx AliMonitorControl.cxx 
9         AliMonitorDialog.cxx AliMonitorClient.cxx
10 )
11
12 # fill list of header files from list of source files
13 # by exchanging the file extension
14 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
15
16 AddLibrary(MONITOR "${SRCS}" "${HDRS}")