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:
satyajandhyala 2021-05-13 09:14:12 -07:00 committed by GitHub
parent 31ca21b782
commit 3a407b40dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}