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) if(NOT CBM_ONLINE_STANDALONE)
### CbmKFParticleOnlineInterface ### CbmKFParticleOnlineInterface
# Just reusing the KFParticle library, compiled in the external
add_library(CbmKFParticleOnlineInterface INTERFACE) add_library(CbmKFParticleOnlineInterface INTERFACE)
target_include_directories(CbmKFParticleOnlineInterface INTERFACE) target_include_directories(CbmKFParticleOnlineInterface INTERFACE)
target_compile_definitions(CbmKFParticleOnlineInterface target_compile_definitions(CbmKFParticleOnlineInterface
INTERFACE DO_TPCCATRACKER_EFF_PERFORMANCE NonhomogeneousField CBM USE_TIMERS) INTERFACE DO_TPCCATRACKER_EFF_PERFORMANCE NonhomogeneousField CBM USE_TIMERS)
target_link_libraries(CbmKFParticleOnlineInterface target_link_libraries(CbmKFParticleOnlineInterface INTERFACE KFParticle)
INTERFACE KFParticle
ROOT::Core
ROOT::Hist
ROOT::MathCore
ROOT::Gpad
ROOT::Graf
ROOT::Physics
ROOT::EG
ROOT::RIO
ROOT::Tree
ROOT::MathCore
)
install(TARGETS CbmKFParticleOnlineInterface DESTINATION lib) install(TARGETS CbmKFParticleOnlineInterface DESTINATION lib)
else() 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(KFP_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../../../external/KFParticle/KFParticle)
set(SRCS 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