1 parent 3bcb8a4 commit 118994cCopy full SHA for 118994c
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