fixes for UWP (#2255)
authorIlya Lavrenov <ilya.lavrenov@intel.com>
Fri, 18 Sep 2020 14:13:27 +0000 (17:13 +0300)
committerGitHub <noreply@github.com>
Fri, 18 Sep 2020 14:13:27 +0000 (17:13 +0300)
commit147a508a51e5add87b39afa901ebd1c77fae0ad3
tree8b20a498cf80de14bc9bb827824a4d3fb1299d14
parentcd391389ceb677f250009163ed16def52f2540eb
fixes for UWP (#2255)

* UWP fixes

* Commented code for compilation with UWP

* Current state: compiled for DESKTOP_APP

* Fixes

* Added toolchain

* Enabled ONNX imported for Windows Store

* Updated toolchain

* Fixes

* Disable ONNX in case of UWP

* Fix for Windows Driver

* Applied style check

* Dynamic loading of GetDLLDirectory symbols

* Clean-up in the toolchain

* Updated mkldnn plugin cmake
14 files changed:
CMakeLists.txt
cmake/dependencies.cmake
cmake/features.cmake
cmake/uwp.toolchain.cmake [new file with mode: 0644]
inference-engine/cmake/features_ie.cmake
inference-engine/samples/CMakeLists.txt
inference-engine/src/inference_engine/file_utils.cpp
inference-engine/src/inference_engine/os/win/win_shared_object_loader.cpp
inference-engine/src/mkldnn_plugin/CMakeLists.txt
inference-engine/src/preprocessing/ie_preprocess_gapi.cpp
inference-engine/thirdparty/fluid/modules/gapi/src/compiler/gcompiler.cpp
ngraph/core/src/file_util.cpp
ngraph/test/runtime/backend.cpp
ngraph/test/runtime/backend_manager.cpp