We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c73854 commit 21d046cCopy full SHA for 21d046c
ALICE3/Core/CMakeLists.txt
@@ -12,16 +12,19 @@
12
o2physics_add_library(ALICE3Core
13
SOURCES TOFResoALICE3.cxx
14
DelphesO2TrackSmearer.cxx
15
- PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore)
+ PUBLIC_LINK_LIBRARIES O2::Framework
16
+ O2Physics::AnalysisCore)
17
18
o2physics_target_root_dictionary(ALICE3Core
19
HEADERS TOFResoALICE3.h
20
+ TrackUtilities.h
21
DelphesO2TrackSmearer.h
22
LINKDEF ALICE3CoreLinkDef.h)
23
24
o2physics_add_library(FastTracker
25
SOURCES FastTracker.cxx
26
27
28
29
o2physics_target_root_dictionary(FastTracker
30
HEADERS FastTracker.h
0 commit comments