Skip to content

Commit

Permalink
add graph_optimizer_registry.cc in minimal build
Browse files Browse the repository at this point in the history
  • Loading branch information
chilo-ms committed Mar 4, 2025
1 parent 68e3f18 commit 2abc99c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/onnxruntime_optimizer.cmake
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@ if (onnxruntime_MINIMAL_BUILD)
list(APPEND onnxruntime_optimizer_src_patterns
"${ONNXRUNTIME_INCLUDE_DIR}/core/optimizer/graph_transformer.h"
"${ONNXRUNTIME_ROOT}/core/optimizer/graph_transformer.cc"
"${ONNXRUNTIME_ROOT}/core/optimizer/graph_optimizer_registry.cc"
)

if (onnxruntime_EXTENDED_MINIMAL_BUILD)

0 comments on commit 2abc99c

Please sign in to comment.