Skip to content

Commit 6145432

Browse files
authored
Add TrackerACTS to CMakeLists and dictionary headers
1 parent 1d645a9 commit 6145432

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Detectors/Upgrades/ALICE3/TRK/reconstruction/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ o2_add_library(TRKReconstruction
1818
SOURCES src/TimeFrame.cxx
1919
src/Clusterer.cxx
2020
$<$<BOOL:${Acts_FOUND}>:src/ClustererACTS.cxx>
21+
$<$<BOOL:${Acts_FOUND}>:src/TrackerACTS.cxx>
2122
PUBLIC_LINK_LIBRARIES
2223
O2::ITStracking
2324
O2::GPUCommon
@@ -45,7 +46,8 @@ set(dictHeaders include/TRKReconstruction/TimeFrame.h
4546
include/TRKReconstruction/Clusterer.h)
4647

4748
if(Acts_FOUND)
48-
list(APPEND dictHeaders include/TRKReconstruction/ClustererACTS.h)
49+
list(APPEND dictHeaders include/TRKReconstruction/ClustererACTS.h
50+
include/TRKReconstruction/TrackerACTS.h)
4951
endif()
5052

5153
o2_target_root_dictionary(TRKReconstruction

0 commit comments

Comments
 (0)