We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1bf384 commit 6f59385Copy full SHA for 6f59385
Common/TableProducer/CMakeLists.txt
@@ -13,7 +13,11 @@ add_subdirectory(PID)
13
14
o2physics_add_dpl_workflow(trackextension
15
SOURCES trackextension.cxx
16
- PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2::ReconstructionDataFormats
+ PUBLIC_LINK_LIBRARIES O2::Framework
17
+ O2Physics::AnalysisCore
18
+ O2::ReconstructionDataFormats
19
+ O2::DetectorsBase
20
+ O2::DetectorsCommonDataFormats
21
COMPONENT_NAME Analysis)
22
23
o2physics_add_dpl_workflow(trackselection
0 commit comments