[IE TESTS] Add Multi, hetero and Cpu plugin as dependecies to the functional tests (#1234)
This commit is contained in:
parent
987cc5ee52
commit
ea10ad5ed4
@ -27,6 +27,10 @@ addIeTarget(
|
||||
${EXPORT_DEPENDENCIES}
|
||||
)
|
||||
|
||||
if (TARGET MKLDNNPlugin)
|
||||
add_dependencies(${TARGET_NAME} MKLDNNPlugin)
|
||||
endif()
|
||||
|
||||
target_include_directories(${TARGET_NAME} PUBLIC
|
||||
${PUBLIC_HEADERS_DIR}
|
||||
${IE_MAIN_SOURCE_DIR}/src/vpu/graph_transformer/include
|
||||
|
Loading…
Reference in New Issue
Block a user