Skip to content

Commit 545ebf4

Browse files
authored
Update CMakeLists.txt
1 parent 826c7b7 commit 545ebf4

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

ALICE3/Core/CMakeLists.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,22 @@
1212
o2physics_add_library(ALICE3Core
1313
SOURCES TOFResoALICE3.cxx
1414
DelphesO2TrackSmearer.cxx
15-
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore)
15+
PUBLIC_LINK_LIBRARIES O2::Framework
16+
O2Physics::AnalysisCore)
1617

1718
o2physics_target_root_dictionary(ALICE3Core
1819
HEADERS TOFResoALICE3.h
20+
TrackUtilities.h
1921
DelphesO2TrackSmearer.h
2022
LINKDEF ALICE3CoreLinkDef.h)
2123

2224
o2physics_add_library(FastTracker
2325
SOURCES FastTracker.cxx
24-
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore)
26+
DetLayer.cxx
27+
PUBLIC_LINK_LIBRARIES O2::Framework
28+
O2Physics::AnalysisCore)
2529

2630
o2physics_target_root_dictionary(FastTracker
2731
HEADERS FastTracker.h
32+
DetLayer.h
2833
LINKDEF FastTrackerLinkDef.h)

0 commit comments

Comments
 (0)