Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rec
Manage
Activity
Members
Labels
Plan
Issues
292
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
112
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
LHCb
Rec
Merge requests
!996
Add PartProp dependency to follow
LHCb!1223
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add PartProp dependency to follow
LHCb!1223
followLHCb1223
into
2018-patches
Overview
1
Commits
1
Pipelines
0
Changes
4
Merged
Marco Cattaneo
requested to merge
followLHCb1223
into
2018-patches
6 years ago
Overview
1
Commits
1
Pipelines
0
Changes
4
Expand
0
0
Merge request reports
Compare
2018-patches
2018-patches (base)
and
latest version
latest version
43a1606c
1 commit,
6 years ago
4 files
+
8
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
Pr/PrVeloUT/CMakeLists.txt
+
2
−
1
Options
@@ -6,6 +6,7 @@ gaudi_subdir(PrVeloUT v2r4)
gaudi_depends_on_subdirs
(
Det/STDet
Event/DigiEvent
Event/TrackEvent
Kernel/PartProp
Pr/PrKernel
Tf/TfKernel
Tr/TrackInterfaces
)
@@ -19,7 +20,7 @@ include_directories(SYSTEM ${Boost_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS})
gaudi_add_module
(
PrVeloUT
src/*.cpp
INCLUDE_DIRS Event/DigiEvent Pr/PrKernel Tf/TfKernel Tr/TrackInterfaces VDT
LINK_LIBRARIES STDetLib TrackEvent
)
LINK_LIBRARIES STDetLib
PartPropLib
TrackEvent
)
gaudi_install_python_modules
()
Loading