]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TPC/CMake_libTPCmon.txt
1. Adding sorting of the Points in point array
[u/mrichter/AliRoot.git] / TPC / CMake_libTPCmon.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 AliTPCMonitorConfig.cxx
5 AliTPCMonitorAltro.cxx
6 AliTPCMonitorFFT.cxx
7 AliTPCMonitorMappingHandler.cxx
8 AliTPCMonitor.cxx
9 AliTPCMonitorDateFile.cxx
10 AliTPCMonitorDateFormat.cxx
11 AliTPCMonitorDialog.cxx
12 )
13
14 #TODO check for DATE_ROOT  and ALI_DATE is missing
15
16 # fill list of header files from list of source files
17 # by exchanging the file extension
18 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
19
20 AddLibrary(TPCmon "${SRCS}" "${HDRS}")
21