Skip to content

Commit 21d046c

Browse files
authored
Update CMakeLists.txt
1 parent 8c73854 commit 21d046c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

ALICE3/Core/CMakeLists.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,19 @@
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+
PUBLIC_LINK_LIBRARIES O2::Framework
27+
O2Physics::AnalysisCore)
2528

2629
o2physics_target_root_dictionary(FastTracker
2730
HEADERS FastTracker.h

0 commit comments

Comments
 (0)