Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Om
cbmroot
Merge requests
!6
Test 1006
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Test 1006
f.uhlig/cbmroot:test_1006
into
cmake_ana_dev
Overview
0
Commits
3
Pipelines
0
Changes
10
Merged
Florian Uhlig
requested to merge
f.uhlig/cbmroot:test_1006
into
cmake_ana_dev
2 years ago
Overview
0
Commits
3
Pipelines
0
Changes
10
Expand
0
0
Merge request reports
Compare
cmake_ana_dev
cmake_ana_dev (base)
and
latest version
latest version
371578a8
3 commits,
2 years ago
10 files
+
26
−
176
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
algo/data/CMakeLists.txt
+
6
−
1
Options
@@ -43,6 +43,11 @@ target_include_directories(OnlineData
)
target_compile_definitions
(
OnlineData PUBLIC NO_ROOT
)
target_link_libraries
(
OnlineData FairLogger::FairLogger external::fles_ipc xpu
)
target_link_libraries
(
OnlineData
FairLogger::FairLogger
external::fles_ipc
xpu
Boost::serialization
)
install
(
TARGETS OnlineData DESTINATION lib
)
Loading