Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Peter Sherwood
athena
Commits
5b1e68f4
Commit
5b1e68f4
authored
4 years ago
by
Dmitry Emeliyanov
Browse files
Options
Downloads
Patches
Plain Diff
fix for TrigInDetAccelerationTool: duplicate components (ATR-21729
parent
23fbcf73
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Trigger/TrigAccel/TrigInDetAccel/TrigInDetAccelerationTool/CMakeLists.txt
+6
-5
6 additions, 5 deletions
...l/TrigInDetAccel/TrigInDetAccelerationTool/CMakeLists.txt
with
6 additions
and
5 deletions
Trigger/TrigAccel/TrigInDetAccel/TrigInDetAccelerationTool/CMakeLists.txt
+
6
−
5
View file @
5b1e68f4
...
...
@@ -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
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment