]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/CMake_libHLTbase.txt
added write expert option
[u/mrichter/AliRoot.git] / HLT / CMake_libHLTbase.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2
3set(SRCS
4BASE/AliHLTComponent.cxx
5BASE/AliHLTComponentHandler.cxx
6BASE/AliHLTSystem.cxx
7BASE/AliHLTReconstructorBase.cxx
8BASE/AliHLTProcessor.cxx
9BASE/AliHLTCalibrationProcessor.cxx
10BASE/AliHLTConfiguration.cxx
11BASE/AliHLTConfigurationHandler.cxx
12BASE/AliHLTTask.cxx
13BASE/AliHLTLogging.cxx
14BASE/AliHLTDataBuffer.cxx
15BASE/AliHLTConsumerDescriptor.cxx
16BASE/AliHLTDataSource.cxx
17BASE/AliHLTDataSink.cxx
18BASE/AliHLTOfflineInterface.cxx
19BASE/AliHLTOfflineDataSource.cxx
20BASE/AliHLTOfflineDataSink.cxx
21BASE/AliHLTModuleAgent.cxx
22BASE/AliHLTModulePreprocessor.cxx
23BASE/AliHLTShuttleInterface.cxx
24BASE/AliHLTHOMERLibManager.cxx
25BASE/AliHLTHOMERBlockDesc.cxx
26BASE/AliHLTHOMERSourceDesc.cxx
27BASE/AliHLTEsdManager.cxx
28BASE/AliHLTOUT.cxx
29BASE/AliHLTOUTHomerBuffer.cxx
30BASE/AliHLTOUTHandler.cxx
31BASE/AliHLTOUTHandlerEquId.cxx
32BASE/AliHLTMemoryFile.cxx
33BASE/AliHLTMessage.cxx
34BASE/AliHLTEventStatistics.cxx
35BASE/AliHLTRunStatistics.cxx
36BASE/AliHLT_C_Component_WrapperInterface.cxx
37BASE/AliHLTDataTypes.cxx
38)
39
40# fill list of header files from list of source files
41# by exchanging the file extension
42String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
43
44set(HDRS ${HDRS}
45BASE/AliHLTCommonCDBEntries.h
46BASE/AliHLTMisc.h
47BASE/AliHLTDefinitions.h
48BASE/AliHLTStdIncludes.h
49)
50
51AddLibrary(HLTbase "${SRCS}" "${HDRS}")
52