We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d961ddf commit 1b792b8Copy full SHA for 1b792b8
2 files changed
Detectors/TPC/workflow/CMakeLists.txt
@@ -198,6 +198,11 @@ o2_add_executable(idc-test-ft
198
SOURCES test/test_ft_EPN_Aggregator.cxx
199
PUBLIC_LINK_LIBRARIES O2::TPCWorkflow)
200
201
+o2_add_executable(cmv-test-generator
202
+ COMPONENT_NAME tpc
203
+ SOURCES test/test_cmv_generator.cxx
204
+ PUBLIC_LINK_LIBRARIES O2::TPCWorkflow)
205
+
206
o2_add_executable(miptrack-filter
207
COMPONENT_NAME tpc
208
SOURCES src/tpc-miptrack-filter.cxx
0 commit comments