Skip to content

Commit a9c85fb

Browse files
clang-format does not know how to handle CMakeLists apparently
1 parent ed144fe commit a9c85fb

1 file changed

Lines changed: 18 additions & 22 deletions

File tree

Detectors/Upgrades/ALICE3/IOTOF/simulation/CMakeLists.txt

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

1212
o2_add_library(IOTOFSimulation
13-
SOURCES src /
14-
Layer.cxx
15-
src /
16-
Chip.cxx
17-
src /
18-
Detector.cxx
19-
src /
20-
Digitizer.cxx
21-
src /
22-
DPLDigitizerParam.cxx
23-
#src / IOTOFServices.cxx
24-
src /
25-
Segmentation.cxx
26-
PUBLIC_LINK_LIBRARIES O2::IOTOFBase
27-
O2::DataFormatsIOTOF
28-
O2::ITSMFTSimulation)
13+
SOURCES src/Layer.cxx
14+
src/Chip.cxx
15+
src/Detector.cxx
16+
src/Digitizer.cxx
17+
src/DPLDigitizerParam.cxx
18+
#src/IOTOFServices.cxx
19+
src/Segmentation.cxx
20+
PUBLIC_LINK_LIBRARIES O2::IOTOFBase
21+
O2::DataFormatsIOTOF
22+
O2::ITSMFTSimulation)
2923

30-
o2_target_root_dictionary(IOTOFSimulation
31-
HEADERS include /
32-
IOTOFSimulation / Detector.h include / IOTOFSimulation / Chip.h include / IOTOFSimulation / Layer.h include / IOTOFSimulation / Digitizer.h include / IOTOFSimulation / DPLDigitizerParam.h
33-
#include / IOTOFSimulation / IOTOFServices.h
34-
include /
35-
IOTOFSimulation / Segmentation.h)
24+
o2_target_root_dictionary(IOTOFSimulation
25+
HEADERS include/IOTOFSimulation/Detector.h
26+
include/IOTOFSimulation/Chip.h
27+
include/IOTOFSimulation/Layer.h
28+
include/IOTOFSimulation/Digitizer.h
29+
include/IOTOFSimulation/DPLDigitizerParam.h
30+
#include/IOTOFSimulation/IOTOFServices.h
31+
include/IOTOFSimulation/Segmentation.h)

0 commit comments

Comments
 (0)