Skip to content

Commit 0865fe2

Browse files
authored
Move GeometryContainer to ALICE3Core library
1 parent 02146c6 commit 0865fe2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ALICE3/Core/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,21 @@ o2physics_add_library(ALICE3Core
1313
SOURCES TOFResoALICE3.cxx
1414
TrackUtilities.cxx
1515
DelphesO2TrackSmearer.cxx
16+
GeometryContainer.cxx
1617
PUBLIC_LINK_LIBRARIES O2::Framework
1718
O2Physics::AnalysisCore)
1819

1920
o2physics_target_root_dictionary(ALICE3Core
2021
HEADERS TOFResoALICE3.h
2122
TrackUtilities.h
2223
DelphesO2TrackSmearer.h
24+
GeometryContainer.h
2325
LINKDEF ALICE3CoreLinkDef.h)
2426

2527
o2physics_add_library(FastTracker
2628
SOURCES FastTracker.cxx
2729
DetLayer.cxx
2830
DelphesO2LutWriter.cxx
29-
GeometryContainer.cxx
3031
PUBLIC_LINK_LIBRARIES O2::Framework
3132
O2Physics::AnalysisCore
3233
O2Physics::ALICE3Core)
@@ -35,5 +36,4 @@ o2physics_target_root_dictionary(FastTracker
3536
HEADERS FastTracker.h
3637
DetLayer.h
3738
DelphesO2LutWriter.h
38-
GeometryContainer.h
3939
LINKDEF FastTrackerLinkDef.h)

0 commit comments

Comments
 (0)