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
Julian Blumenthal
athena
Commits
2e74876f
Commit
2e74876f
authored
4 years ago
by
scott snyder
Committed by
scott snyder
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
MuonTGRecToolsb: cmake fixes
Define an interface library for exported headers. Library dependency fixes.
parent
6602a7ca
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
MuonSpectrometer/MuonReconstruction/MuonRecTools/MuonTGRecTools/CMakeLists.txt
+7
-2
7 additions, 2 deletions
...Reconstruction/MuonRecTools/MuonTGRecTools/CMakeLists.txt
with
7 additions
and
2 deletions
MuonSpectrometer/MuonReconstruction/MuonRecTools/MuonTGRecTools/CMakeLists.txt
+
7
−
2
View file @
2e74876f
...
@@ -50,14 +50,19 @@ atlas_depends_on_subdirs( PUBLIC
...
@@ -50,14 +50,19 @@ atlas_depends_on_subdirs( PUBLIC
find_package
(
HepPDT
)
find_package
(
HepPDT
)
find_package
(
ROOT COMPONENTS Core Tree MathCore Hist RIO pthread
)
find_package
(
ROOT COMPONENTS Core Tree MathCore Hist RIO pthread
)
atlas_add_library
(
MuonTGRecToolsLib
MuonTGRecTools/*.h
INTERFACE
PUBLIC_HEADERS MuonTGRecTools
LINK_LIBRARIES GaudiKernel TrkGeometry EventPrimitives AthenaBaseComps TrkTrack TrkExInterfaces TrkToolInterfaces TrkFitterUtils TrackRecordLib TrkEventPrimitives TrkGeometry TrkPrepRawData MuonTrackMakerUtils MuonIdHelpersLib MuonPrepRawData AthContainers AthenaKernel TrkExInterfaces TrkSurfaces TrkSegment
)
# Component(s) in the package:
# Component(s) in the package:
atlas_add_component
(
MuonTGRecTools
atlas_add_component
(
MuonTGRecTools
src/*.cxx
src/*.cxx
src/components/*.cxx
src/components/*.cxx
INCLUDE_DIRS
${
HEPPDT_INCLUDE_DIRS
}
${
ROOT_INCLUDE_DIRS
}
INCLUDE_DIRS
${
HEPPDT_INCLUDE_DIRS
}
${
ROOT_INCLUDE_DIRS
}
LINK_LIBRARIES
${
HEPPDT_LIBRARIES
}
${
ROOT_LIBRARIES
}
AthenaBaseComps AthLinks AthContainers AthenaKernel StoreGateLib SGtests EventPrimitives GaudiKernel GeneratorObjects MuonReadoutGeometry MuonIdHelpersLib MuonStationIndexLib MuonPrepRawData TrkGeometry TrkSurfaces TrkEventPrimitives TrkPrepRawData TrkSegment TrkTrack TrkExInterfaces TrkFitterUtils TrkToolInterfaces
xAODTracking MuonDetDescrUtils MuonDigitContainer MuonCompetingRIOsOnTrack MuonLayerEvent MuonRIO_OnTrack MuonRecToolInterfaces MuonSimData MuonSimEvent RecoToolInterfaces TrkMaterialOnTrack TrkMeasurementBase TrkParameters TrkRIO_OnTrack
)
LINK_LIBRARIES
${
HEPPDT_LIBRARIES
}
${
ROOT_LIBRARIES
}
MuonTGRecToolsLib AthLinks StoreGateLib SGtests GeneratorObjects MuonReadoutGeometry MuonStationIndexLib
xAODTracking MuonDetDescrUtils MuonDigitContainer MuonCompetingRIOsOnTrack MuonLayerEvent MuonRIO_OnTrack MuonRecToolInterfaces MuonSimData MuonSimEvent RecoToolInterfaces TrkMaterialOnTrack TrkMeasurementBase TrkParameters TrkRIO_OnTrack
)
# Install files from the package:
# Install files from the package:
atlas_install_headers
(
MuonTGRecTools
)
atlas_install_joboptions
(
share/*.py
)
atlas_install_joboptions
(
share/*.py
)
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