Fixed build of deprecated tests
This commit is contained in:
parent
cbf5246c1a
commit
9871d61042
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user