Skip to content

Commit e7fe6ba

Browse files
committed
fix linking issue
1 parent 1ef4417 commit e7fe6ba

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

macro/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ endif()
125125
o2_add_test_root_macro(build_geometry.C
126126
PUBLIC_LINK_LIBRARIES O2::SimConfig
127127
O2::DetectorsPassive
128+
O2::ExternalDetectors
128129
O2::Field
129130
O2::MFTSimulation
130131
O2::MCHSimulation
@@ -184,6 +185,7 @@ if(Geant4_FOUND AND BUILD_SIMULATION)
184185
o2_add_test_root_macro(o2sim.C
185186
PUBLIC_LINK_LIBRARIES O2::Generators
186187
O2::DetectorsPassive
188+
O2::ExternalDetectors
187189
O2::Field
188190
O2::MFTSimulation
189191
O2::MCHSimulation

0 commit comments

Comments
 (0)