Skip to content
Merged
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
24 changes: 0 additions & 24 deletions Algorithm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,36 +11,12 @@

o2_add_header_only_library(Algorithm INTERFACE_LINK_LIBRARIES O2::Headers)

o2_add_test(o2formatparser
SOURCES test/o2formatparser.cxx
COMPONENT_NAME Algorithm
PUBLIC_LINK_LIBRARIES O2::Algorithm
LABELS algorithm)

o2_add_test(headerstack
SOURCES test/headerstack.cxx
COMPONENT_NAME Algorithm
PUBLIC_LINK_LIBRARIES O2::Algorithm
LABELS algorithm)

o2_add_test(parser
SOURCES test/parser.cxx
COMPONENT_NAME Algorithm
PUBLIC_LINK_LIBRARIES O2::Algorithm
LABELS algorithm)

o2_add_test(tableview
SOURCES test/tableview.cxx
COMPONENT_NAME Algorithm
PUBLIC_LINK_LIBRARIES O2::Algorithm
LABELS algorithm)

o2_add_test(pageparser
SOURCES test/pageparser.cxx
COMPONENT_NAME Algorithm
PUBLIC_LINK_LIBRARIES O2::Algorithm
LABELS algorithm)

o2_add_test(mpl_tools
SOURCES test/test_mpl_tools.cxx
COMPONENT_NAME Algorithm
Expand Down
93 changes: 0 additions & 93 deletions Algorithm/include/Algorithm/O2FormatParser.h

This file was deleted.

Loading