Skip to content

Commit 9f148ec

Browse files
authored
Update CMakeLists.txt
1 parent da12fe5 commit 9f148ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DataFormats/Detectors/TOF/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
# or submit itself to any jurisdiction.
1111

1212
o2_add_library(DataFormatsParamTOF
13-
SOURCES src/ParameterContainers.cxx)
13+
SOURCES src/ParameterContainers.cxx
14+
PUBLIC_LINK_LIBRARIES O2::FrameworkLogger)
1415

1516

1617
o2_target_root_dictionary(DataFormatsParamTOF
@@ -41,7 +42,6 @@ o2_target_root_dictionary(DataFormatsTOF
4142
include/DataFormatsTOF/RawDataFormat.h
4243
include/DataFormatsTOF/CompressedDataFormat.h
4344
include/DataFormatsTOF/CTF.h
44-
include/DataFormatsTOF/ParameterContainers.h
4545
include/DataFormatsTOF/CalibInfoCluster.h
4646
include/DataFormatsTOF/CosmicInfo.h
4747
include/DataFormatsTOF/TOFFEElightInfo.h

0 commit comments

Comments
 (0)