We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da12fe5 commit 9f148ecCopy full SHA for 9f148ec
DataFormats/Detectors/TOF/CMakeLists.txt
@@ -10,7 +10,8 @@
10
# or submit itself to any jurisdiction.
11
12
o2_add_library(DataFormatsParamTOF
13
- SOURCES src/ParameterContainers.cxx)
+ SOURCES src/ParameterContainers.cxx
14
+ PUBLIC_LINK_LIBRARIES O2::FrameworkLogger)
15
16
17
o2_target_root_dictionary(DataFormatsParamTOF
@@ -41,7 +42,6 @@ o2_target_root_dictionary(DataFormatsTOF
41
42
include/DataFormatsTOF/RawDataFormat.h
43
include/DataFormatsTOF/CompressedDataFormat.h
44
include/DataFormatsTOF/CTF.h
- include/DataFormatsTOF/ParameterContainers.h
45
include/DataFormatsTOF/CalibInfoCluster.h
46
include/DataFormatsTOF/CosmicInfo.h
47
include/DataFormatsTOF/TOFFEElightInfo.h
0 commit comments