We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a7281f commit 4c713dbCopy full SHA for 4c713db
1 file changed
ALICE3/Core/CMakeLists.txt
@@ -12,7 +12,7 @@
12
o2physics_add_library(ALICE3Core
13
SOURCES TOFResoALICE3.cxx
14
TrackUtilities.cxx
15
- FlatLutEntry.cxx
+ FlatLutEntry.cxx
16
FlatTrackSmearer.cxx
17
GeometryContainer.cxx
18
PUBLIC_LINK_LIBRARIES O2::Framework
@@ -28,14 +28,14 @@ o2physics_target_root_dictionary(ALICE3Core
28
o2physics_add_library(FastTracker
29
SOURCES FastTracker.cxx
30
DetLayer.cxx
31
32
- FlatLutWriter.cxx
+ FlatLutWriter.cxx
33
34
O2Physics::AnalysisCore
35
O2Physics::ALICE3Core)
36
37
o2physics_target_root_dictionary(FastTracker
38
HEADERS FastTracker.h
39
DetLayer.h
40
- FlatLutWriter.h
+ FlatLutWriter.h
41
LINKDEF FastTrackerLinkDef.h)
0 commit comments