Skip to content

Commit 487410f

Browse files
committed
AOD: File Inspector
1 parent 8751877 commit 487410f

File tree

2 files changed

+417
-3
lines changed

2 files changed

+417
-3
lines changed

Framework/AODMerger/CMakeLists.txt

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,23 @@
1212
o2_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

1717
o2_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

2222
o2_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)

0 commit comments

Comments
 (0)