Skip to content
Snippets Groups Projects
Commit 5b1e68f4 authored by Dmitry Emeliyanov's avatar Dmitry Emeliyanov
Browse files

fix for TrigInDetAccelerationTool: duplicate components (ATR-21729

parent 23fbcf73
No related branches found
No related tags found
No related merge requests found
......@@ -8,16 +8,17 @@
atlas_subdir( TrigInDetAccelerationTool )
# Component(s) in the package:
atlas_add_component( TrigInDetAccelerationTool
src/*.cxx
src/components/*.cxx
LINK_LIBRARIES AthenaBaseComps GaudiKernel InDetIdentifier TrigInDetEvent TrigSteeringEvent TrigInDetPattRecoTools AthenaBaseComps InDetIdentifier TrigInDetPattRecoEvent TrigAccelEvent TrigInDetAccelerationServiceLib)
atlas_add_library( TrigInDetAccelerationToolLib
src/*.cxx
src/components/*.cxx
INTERFACE
PUBLIC_HEADERS TrigInDetAccelerationTool
LINK_LIBRARIES AthenaBaseComps GaudiKernel InDetIdentifier TrigInDetEvent TrigSteeringEvent TrigInDetPattRecoTools AthenaBaseComps InDetIdentifier TrigInDetPattRecoEvent TrigAccelEvent TrigInDetAccelerationServiceLib)
atlas_add_component( TrigInDetAccelerationTool
src/components/*.cxx
LINK_LIBRARIES TrigInDetAccelerationToolLib)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment