Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
atlas
athena
Merge requests
!34877
MSVertexToolInterfaces: cmake fixes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
MSVertexToolInterfaces: cmake fixes
ssnyder/athena:cmake.MSVertexToolInterfaces-20200717
into
master
Overview
5
Commits
1
Pipelines
1
Changes
1
Merged
Scott Snyder
requested to merge
ssnyder/athena:cmake.MSVertexToolInterfaces-20200717
into
master
4 years ago
Overview
5
Commits
1
Pipelines
1
Changes
1
Expand
Define an interface library for exported headers.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
8cc3963c
1 commit,
4 years ago
1 file
+
6
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
MuonSpectrometer/MSVertexReconstruction/MSVertexToolInterfaces/CMakeLists.txt
+
6
−
2
Options
@@ -10,6 +10,10 @@ atlas_depends_on_subdirs( PUBLIC
GaudiKernel
MuonSpectrometer/MSVertexReconstruction/MSVertexUtils
)
# Install files from the package:
atlas_install_headers
(
MSVertexToolInterfaces
)
atlas_add_library
(
MSVertexToolInterfaces
MSVertexToolInterfaces/*.h
INTERFACE
PUBLIC_HEADERS MSVertexToolInterfaces
LINK_LIBRARIES GaudiKernel MSVertexUtils
)
Loading