Fixed build of deprecated tests

This commit is contained in:
Mikhail Ryzhov 2023-02-21 11:10:38 +01:00
parent cbf5246c1a
commit 9871d61042
3 changed files with 3 additions and 2 deletions

View File

@ -21,6 +21,7 @@ function(add_helpers target_name)
target_include_directories(${target_name}
PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}"
$<TARGET_PROPERTY:ov_gna_func_tests,INCLUDE_DIRECTORIES>
$<TARGET_PROPERTY:ie_samples_utils,INTERFACE_INCLUDE_DIRECTORIES>
$<TARGET_PROPERTY:inference_engine_legacy,INTERFACE_INCLUDE_DIRECTORIES>
$<TARGET_PROPERTY:inference_engine_plugin_api,INTERFACE_INCLUDE_DIRECTORIES>

View File

@ -6,7 +6,7 @@
// Created by user on 19.10.18.
//
#include "test_model_repo.hpp"
#include "helpers/test_model_repo.hpp"
#include "test_model_path.hpp"
#ifndef _WIN32

View File

@ -19,7 +19,7 @@
#include <ie_blob.h>
#include <ie_input_info.hpp>
#include "test_model_repo.hpp"
#include "helpers/test_model_repo.hpp"
#include "test_model_path.hpp"
#include <tests_file_utils.hpp>
#include <chrono>