mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-30 03:37:44 +00:00
Add the missing source file to the target onnxruntime_test_debug_node… (#7676)
* Add the missing source file to the target onnxruntime_test_debug_node_inputs_outputs
This commit is contained in:
parent
31ca21b782
commit
3a407b40dd
1 changed files with 1 additions and 0 deletions
|
|
@ -1022,6 +1022,7 @@ if(onnxruntime_DEBUG_NODE_INPUTS_OUTPUTS)
|
|||
SOURCES
|
||||
"${TEST_SRC_DIR}/debug_node_inputs_outputs/debug_node_inputs_outputs_utils_test.cc"
|
||||
"${TEST_SRC_DIR}/framework/TestAllocatorManager.cc"
|
||||
"${TEST_SRC_DIR}/framework/test_utils.cc"
|
||||
"${TEST_SRC_DIR}/providers/provider_test_utils.cc"
|
||||
${onnxruntime_unittest_main_src}
|
||||
LIBS ${onnxruntime_test_providers_libs} ${onnxruntime_test_common_libs}
|
||||
|
|
|
|||
Loading…
Reference in a new issue