Skip to content

Commit 331b04a

Browse files
authored
Add DataFormatsParamTOF library to CMakeLists
1 parent cbd562d commit 331b04a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

DataFormats/Detectors/TOF/CMakeLists.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,27 @@
99
# granted to it by virtue of its status as an Intergovernmental Organization
1010
# or submit itself to any jurisdiction.
1111

12+
o2_add_library(DataFormatsParamTOF
13+
SOURCES src/ParameterContainers.cxx)
14+
15+
16+
o2_target_root_dictionary(DataFormatsParamTOF
17+
HEADERS include/DataFormatsTOF/ParameterContainers.h)
18+
1219
o2_add_library(DataFormatsTOF
1320
SOURCES src/Cluster.cxx
1421
src/CalibInfoTOFshort.cxx
1522
src/CalibInfoTOF.cxx
1623
src/CalibLHCphaseTOF.cxx
1724
src/CalibTimeSlewingParamTOF.cxx
1825
src/CTF.cxx
19-
src/ParameterContainers.cxx
2026
src/CalibInfoCluster.cxx
2127
src/CosmicInfo.cxx
2228
src/Diagnostic.cxx
2329
src/TOFFEElightInfo.cxx
2430
PUBLIC_LINK_LIBRARIES O2::ReconstructionDataFormats
2531
O2::GPUCommon
32+
O2::DataFormatsParamTOF
2633
Boost::serialization)
2734

2835
o2_target_root_dictionary(DataFormatsTOF

0 commit comments

Comments
 (0)