Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jan de Cuveland
cbmroot
Commits
e72221d9
Commit
e72221d9
authored
Dec 07, 2021
by
Administrator
Committed by
Florian Uhlig
Dec 08, 2021
Browse files
Correctly link OnlineData library
parent
a3091a5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
algo/data/CMakeLists.txt
algo/data/CMakeLists.txt
+7
-0
No files found.
algo/data/CMakeLists.txt
View file @
e72221d9
...
...
@@ -4,6 +4,7 @@
set
(
SRCS
${
CMAKE_SOURCE_DIR
}
/core/data/sts/CbmStsDigi.cxx
${
CMAKE_SOURCE_DIR
}
/core/data/sts/CbmStsAddress.cxx
)
add_library
(
OnlineData SHARED
${
SRCS
}
)
...
...
@@ -18,6 +19,12 @@ target_include_directories(OnlineData
target_include_directories
(
OnlineData SYSTEM
PUBLIC
${
Boost_INCLUDE_DIR
}
PUBLIC
${
FAIRLOGGER_INCLUDE_DIR
}
)
target_link_directories
(
OnlineData
PUBLIC
${
FAIRLOGGER_LIBRARY_DIR
}
)
target_compile_definitions
(
OnlineData PUBLIC NO_ROOT
)
target_link_libraries
(
OnlineData FairLogger
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment