Added support of external modules in static build (#8518)

* Added support of external modules in static build

* Enable template plugin static run; disabled CPU tests run in dynamic build

* Make FEM library dynamic

* Fixed static build

* clang-format

* Fixed targets

* Python tests fix

* Fixed python API tests skip

* Fixed pattern

* Fixed pattern 2

* Don't run template plugin tests in static build
This commit is contained in:
Ilya Lavrenov
2021-11-12 08:56:57 +03:00
committed by GitHub
parent 0c3cee5e3b
commit e57a455b92
15 changed files with 77 additions and 48 deletions

View File

@@ -87,11 +87,7 @@ add_subdirectory(openvino)
add_subdirectory(ngraph)
add_subdirectory(inference-engine)
add_subdirectory(runtime)
# for Template plugin
openvino_developer_export_targets(COMPONENT ngraph TARGETS ngraph_backend interpreter_backend)
include(cmake/extra_modules.cmake)
if(ENABLE_SAMPLES)
add_subdirectory(samples)
endif()