Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Detectors/TPC/workflow/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,11 @@ o2_add_executable(idc-test-ft
SOURCES test/test_ft_EPN_Aggregator.cxx
PUBLIC_LINK_LIBRARIES O2::TPCWorkflow)

o2_add_executable(cmv-test-generator
COMPONENT_NAME tpc
SOURCES test/test_cmv_generator.cxx
PUBLIC_LINK_LIBRARIES O2::TPCWorkflow)

o2_add_executable(miptrack-filter
COMPONENT_NAME tpc
SOURCES src/tpc-miptrack-filter.cxx
Expand Down
Loading
Loading