# -*- mode: cmake -*- set(SRCS AliTPCMonitorConfig.cxx AliTPCMonitorAltro.cxx AliTPCMonitorFFT.cxx AliTPCMonitorMappingHandler.cxx AliTPCMonitor.cxx AliTPCMonitorDateFile.cxx AliTPCMonitorDateFormat.cxx AliTPCMonitorDialog.cxx ) #TODO check for DATE_ROOT and ALI_DATE is missing # fill list of header files from list of source files # by exchanging the file extension String(REPLACE ".cxx" ".h" HDRS "${SRCS}") AddLibrary(TPCmon "${SRCS}" "${HDRS}")