Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sergei Zharko
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
Show whitespace changes
Inline
Side-by-side
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
Supports
Markdown
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