-
Notifications
You must be signed in to change notification settings - Fork 510
Expand file tree
/
Copy pathCMakeLists.txt
More file actions
121 lines (105 loc) · 4.05 KB
/
Copy pathCMakeLists.txt
File metadata and controls
121 lines (105 loc) · 4.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
# Copyright 2019-2020 CERN and copyright holders of ALICE O2.
# See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
# All rights not expressly granted are reserved.
#
# This software is distributed under the terms of the GNU General Public
# License v3 (GPL Version 3), copied verbatim in the file "COPYING".
#
# In applying this license CERN does not waive the privileges and immunities
# granted to it by virtue of its status as an Intergovernmental Organization
# or submit itself to any jurisdiction.
add_subdirectory(workflow)
add_subdirectory(utils)
o2_add_test(itsmft
PUBLIC_LINK_LIBRARIES O2::ITSMFTReconstruction
O2::DataFormatsITSMFT
SOURCES test/test_ctf_io_itsmft.cxx
COMPONENT_NAME ctf
LABELS ctf)
o2_add_test(tpc
PUBLIC_LINK_LIBRARIES O2::TPCReconstruction
O2::DataFormatsTPC
SOURCES test/test_ctf_io_tpc.cxx
COMPONENT_NAME ctf
LABELS ctf)
o2_add_test(ft0
PUBLIC_LINK_LIBRARIES O2::FT0Reconstruction
O2::DataFormatsFT0
SOURCES test/test_ctf_io_ft0.cxx
COMPONENT_NAME ctf
LABELS ctf)
o2_add_test(fv0
PUBLIC_LINK_LIBRARIES O2::FV0Reconstruction
O2::DataFormatsFV0
SOURCES test/test_ctf_io_fv0.cxx
COMPONENT_NAME ctf
LABELS ctf)
o2_add_test(fdd
PUBLIC_LINK_LIBRARIES O2::FDDReconstruction
O2::DataFormatsFDD
SOURCES test/test_ctf_io_fdd.cxx
COMPONENT_NAME ctf
LABELS ctf)
o2_add_test(tof
PUBLIC_LINK_LIBRARIES O2::TOFBase
O2::TOFReconstruction
O2::DataFormatsTOF
SOURCES test/test_ctf_io_tof.cxx
COMPONENT_NAME ctf
LABELS ctf)
o2_add_test(mid
PUBLIC_LINK_LIBRARIES O2::DataFormatsMID
O2::MIDCTF
SOURCES test/test_ctf_io_mid.cxx
COMPONENT_NAME ctf
LABELS ctf;muon;mid)
o2_add_test(mch
PUBLIC_LINK_LIBRARIES O2::MCHCTF
SOURCES test/test_ctf_io_mch.cxx
COMPONENT_NAME ctf
LABELS ctf;muon;mch)
o2_add_test(emcal
PUBLIC_LINK_LIBRARIES O2::DataFormatsEMCAL
O2::EMCALReconstruction
SOURCES test/test_ctf_io_emcal.cxx
COMPONENT_NAME ctf
LABELS ctf)
o2_add_test(phos
PUBLIC_LINK_LIBRARIES O2::DataFormatsPHOS
O2::PHOSReconstruction
SOURCES test/test_ctf_io_phos.cxx
COMPONENT_NAME ctf
LABELS ctf)
o2_add_test(cpv
PUBLIC_LINK_LIBRARIES O2::DataFormatsCPV
O2::CPVReconstruction
SOURCES test/test_ctf_io_cpv.cxx
COMPONENT_NAME ctf
LABELS ctf)
o2_add_test(zdc
PUBLIC_LINK_LIBRARIES O2::DataFormatsZDC
O2::ZDCReconstruction
SOURCES test/test_ctf_io_zdc.cxx
COMPONENT_NAME ctf
LABELS ctf)
o2_add_test(trd
PUBLIC_LINK_LIBRARIES O2::CTFWorkflow
O2::DataFormatsTRD
O2::TRDReconstruction
SOURCES test/test_ctf_io_trd.cxx
COMPONENT_NAME ctf
LABELS ctf)
o2_add_test(hmpid
PUBLIC_LINK_LIBRARIES O2::CTFWorkflow
O2::DataFormatsHMP
O2::HMPIDReconstruction
SOURCES test/test_ctf_io_hmpid.cxx
COMPONENT_NAME ctf
LABELS ctf)
o2_add_test(ctp
PUBLIC_LINK_LIBRARIES O2::CTPWorkflow
O2::DataFormatsCTP
O2::CTPReconstruction
SOURCES test/test_ctf_io_ctp.cxx
COMPONENT_NAME ctf
LABELS ctf)