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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user