Merged PR 6091402: Fix inbox ORT debug info

Fix inbox ORT debug info

Related work items: #26519199
This commit is contained in:
Tiago Koji Castro Shibata 2021-05-26 21:12:02 +00:00
parent c0a8905b90
commit a85a9ddaf5

View file

@ -178,6 +178,8 @@ if (WINDOWS_STORE)
endif()
if (winml_is_inbox)
# Apply linking flags required by inbox static analysis tools
target_link_options(onnxruntime PRIVATE ${os_component_link_flags_list})
# Link *_x64/*_arm64 DLLs for the ARM64X forwarder
function(duplicate_shared_library target new_target)
get_target_property(sources ${target} SOURCES)