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
1 change: 0 additions & 1 deletion phlex/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ cet_register_export_set(SET_NAME phlex NAMESPACE phlex SET_DEFAULT)

add_subdirectory(metaprogramming)
add_subdirectory(utilities)
add_subdirectory(graph)
add_subdirectory(model)
add_subdirectory(core)

Expand Down
2 changes: 0 additions & 2 deletions phlex/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ cet_make_library(
phlex::model
phlex::utilities
PRIVATE
phlex::graph
Boost::json
spdlog::spdlog
)
Expand Down Expand Up @@ -101,7 +100,6 @@ cet_make_library(
LIBRARIES
phlex_core
phlex::metaprogramming
phlex::graph
phlex::model
phlex::utilities
Boost::json
Expand Down
30 changes: 0 additions & 30 deletions phlex/graph/CMakeLists.txt

This file was deleted.

82 changes: 0 additions & 82 deletions phlex/graph/serial_node.hpp

This file was deleted.

17 changes: 0 additions & 17 deletions phlex/graph/serializer_node.cpp

This file was deleted.

56 changes: 0 additions & 56 deletions phlex/graph/serializer_node.hpp

This file was deleted.

1 change: 0 additions & 1 deletion phlex/model/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ cet_make_library(
spdlog::spdlog
fmt::fmt
PRIVATE
phlex::graph
phlex::utilities
TBB::tbb
)
Expand Down
13 changes: 2 additions & 11 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -198,17 +198,7 @@ cet_test(
phlex::utilities
spdlog::spdlog
)
cet_test(
serializer
USE_CATCH2_MAIN
SOURCE
serializer.cpp
LIBRARIES
phlex::core
TBB::tbb
phlex::graph
spdlog::spdlog
)

cet_test(product_query USE_CATCH2_MAIN SOURCE product_query.cpp LIBRARIES
phlex::core
)
Expand Down Expand Up @@ -256,6 +246,7 @@ add_subdirectory(utilities)
add_subdirectory(mock-workflow)
add_subdirectory(demo-giantdata)
# add_subdirectory(python)
add_subdirectory(tbb-preview)

if(PHLEX_USE_FORM)
add_subdirectory(form)
Expand Down
123 changes: 0 additions & 123 deletions test/serializer.cpp

This file was deleted.

Loading
Loading