Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion PWGJE/Core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ o2physics_add_library(PWGJECore
SOURCES FastJetUtilities.cxx
JetFinder.cxx
JetBkgSubUtils.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore FastJet::FastJet FastJet::Contrib ONNXRuntime::ONNXRuntime)
emcalCrossTalkEmulation.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore FastJet::FastJet FastJet::Contrib ONNXRuntime::ONNXRuntime O2::EMCALBase O2::EMCALReconstruction)

o2physics_target_root_dictionary(PWGJECore
HEADERS JetFinder.h
Expand All @@ -23,5 +24,6 @@ o2physics_target_root_dictionary(PWGJECore
JetTaggingUtilities.h
JetBkgSubUtils.h
JetDerivedDataUtilities.h
emcalCrossTalkEmulation.h
LINKDEF PWGJECoreLinkDef.h)
endif()
Loading
Loading