Skip to content
Snippets Groups Projects
Commit 3614fb4e authored by Sergei Zharko's avatar Sergei Zharko
Browse files

Removing ROOT library linking to CbmKFParticleOnlineInterface

parent 5c51fa5c
No related branches found
No related tags found
1 merge request!2000Lambda-selector in cbmreco (first iteration)
Pipeline #32993 passed
if(NOT CBM_ONLINE_STANDALONE)
### CbmKFParticleOnlineInterface
# Just reusing the KFParticle library, compiled in the external
add_library(CbmKFParticleOnlineInterface INTERFACE)
target_include_directories(CbmKFParticleOnlineInterface INTERFACE)
target_compile_definitions(CbmKFParticleOnlineInterface
INTERFACE DO_TPCCATRACKER_EFF_PERFORMANCE NonhomogeneousField CBM USE_TIMERS)
target_link_libraries(CbmKFParticleOnlineInterface
INTERFACE KFParticle
ROOT::Core
ROOT::Hist
ROOT::MathCore
ROOT::Gpad
ROOT::Graf
ROOT::Physics
ROOT::EG
ROOT::RIO
ROOT::Tree
ROOT::MathCore
)
target_link_libraries(CbmKFParticleOnlineInterface INTERFACE KFParticle)
install(TARGETS CbmKFParticleOnlineInterface DESTINATION lib)
else()
# Creating a replacement of the CbmKFParticleOnlineInterface library for a standalone mode
# Creating a replacement of the KFParticle library for a standalone mode
set(KFP_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../../../external/KFParticle/KFParticle)
set(SRCS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment