* Added pugixml as submodule * CVS-34900: updated pugixml to v1.11.4 * Fixed link with pugixml * USe pugixml::static * Try to fix bug * Removed GITHUB_PULL_REQUEST * Replaced OpenVINO_MAIN_SOURCE_DIR -> OpenVINO_SOURCE_DIR * Removed some usages of IE_MAIN_SOURCE_DIR * Use ngraph target directly
40 lines
1.3 KiB
Plaintext
40 lines
1.3 KiB
Plaintext
[submodule "inference-engine/thirdparty/mkl-dnn"]
|
|
path = inference-engine/thirdparty/mkl-dnn
|
|
url = https://github.com/openvinotoolkit/oneDNN.git
|
|
ignore = dirty
|
|
[submodule "thirdparty/xbyak"]
|
|
path = thirdparty/xbyak
|
|
url = https://github.com/herumi/xbyak.git
|
|
ignore = dirty
|
|
[submodule "thirdparty/zlib/zlib"]
|
|
path = thirdparty/zlib/zlib
|
|
url = https://github.com/madler/zlib.git
|
|
ignore = dirty
|
|
[submodule "thirdparty/pugixml"]
|
|
path = thirdparty/pugixml
|
|
url = https://github.com/zeux/pugixml.git
|
|
ignore = dirty
|
|
[submodule "thirdparty/ade"]
|
|
path = thirdparty/ade
|
|
url = https://github.com/opencv/ade.git
|
|
ignore = dirty
|
|
[submodule "thirdparty/gflags"]
|
|
path = thirdparty/gflags
|
|
url = https://github.com/gflags/gflags.git
|
|
ignore = dirty
|
|
[submodule "thirdparty/gtest"]
|
|
path = thirdparty/gtest
|
|
url = https://github.com/openvinotoolkit/googletest.git
|
|
ignore = dirty
|
|
[submodule "thirdparty/ocl/icd_loader"]
|
|
path = thirdparty/ocl/icd_loader
|
|
url = https://github.com/KhronosGroup/OpenCL-ICD-Loader.git
|
|
ignore = dirty
|
|
[submodule "thirdparty/ocl/cl_headers"]
|
|
path = thirdparty/ocl/cl_headers
|
|
url = https://github.com/KhronosGroup/OpenCL-Headers.git
|
|
ignore = dirty
|
|
[submodule "thirdparty/ocl/clhpp_headers"]
|
|
path = thirdparty/ocl/clhpp_headers
|
|
url = https://github.com/KhronosGroup/OpenCL-CLHPP.git
|
|
ignore = dirty |