Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Computing
cbmroot
Commits
60b924f7
Commit
60b924f7
authored
2 years ago
by
Administrator
Browse files
Options
Downloads
Patches
Plain Diff
Install Algo and OnlineData libraries
parent
e737ee76
No related branches found
No related tags found
1 merge request
!825
Update flesnet version in cbmroot
Pipeline
#17583
failed
2 years ago
Stage: build
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
algo/CMakeLists.txt
+1
-0
1 addition, 0 deletions
algo/CMakeLists.txt
algo/data/CMakeLists.txt
+2
-0
2 additions, 0 deletions
algo/data/CMakeLists.txt
with
3 additions
and
0 deletions
algo/CMakeLists.txt
+
1
−
0
View file @
60b924f7
...
@@ -34,3 +34,4 @@ target_link_libraries(Algo OnlineData)
...
@@ -34,3 +34,4 @@ target_link_libraries(Algo OnlineData)
target_compile_definitions
(
Algo PUBLIC NO_ROOT
)
target_compile_definitions
(
Algo PUBLIC NO_ROOT
)
install
(
TARGETS Algo DESTINATION lib
)
This diff is collapsed.
Click to expand it.
algo/data/CMakeLists.txt
+
2
−
0
View file @
60b924f7
...
@@ -54,3 +54,5 @@ target_link_directories(OnlineData
...
@@ -54,3 +54,5 @@ target_link_directories(OnlineData
target_compile_definitions
(
OnlineData PUBLIC NO_ROOT
)
target_compile_definitions
(
OnlineData PUBLIC NO_ROOT
)
target_link_libraries
(
OnlineData FairLogger
)
target_link_libraries
(
OnlineData FairLogger
)
install
(
TARGETS OnlineData DESTINATION lib
)
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