File tree Expand file tree Collapse file tree 2 files changed +417
-3
lines changed
Expand file tree Collapse file tree 2 files changed +417
-3
lines changed Original file line number Diff line number Diff line change 1212o2_add_executable(merger
1313 COMPONENT_NAME aod
1414 SOURCES src/aodMerger.cxx
15- PUBLIC_LINK_LIBRARIES ROOT::Core ROOT::Net)
15+ PUBLIC_LINK_LIBRARIES ROOT::Core ROOT::Net)
1616
1717o2_add_executable(thinner
1818 COMPONENT_NAME aod
1919 SOURCES src/aodThinner.cxx
20- PUBLIC_LINK_LIBRARIES ROOT::Core ROOT::Net)
20+ PUBLIC_LINK_LIBRARIES ROOT::Core ROOT::Net)
2121
2222o2_add_executable(strainer
2323 COMPONENT_NAME aod
2424 SOURCES src/aodStrainer.cxx
25- PUBLIC_LINK_LIBRARIES ROOT::Core ROOT::Net)
25+ PUBLIC_LINK_LIBRARIES ROOT::Core ROOT::Net)
26+
27+ o2_add_executable(inspector
28+ COMPONENT_NAME aod
29+ SOURCES src/aodInspector.cxx
30+ PUBLIC_LINK_LIBRARIES ROOT::Core ROOT::Net
31+ Boost::program_options
32+ O2::Version
33+ O2::CommonUtils
34+ O2::FrameworkLogger)
You can’t perform that action at this time.
0 commit comments