Use include headers in unit tests (#1216)

This commit is contained in:
Ilya Lavrenov 2020-07-03 23:51:21 +03:00 committed by GitHub
parent f3c7c731e3
commit df772e082a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,10 +9,12 @@ addIeTargetTest(
ROOT ${CMAKE_CURRENT_SOURCE_DIR}
LINK_LIBRARIES
unitTestUtils
inference_engine_ir_v7_reader
ADD_CPPLINT
DEPENDENCIES
mock_engine
LABELS
IE
)
target_include_directories(${TARGET_NAME} PRIVATE
$<TARGET_PROPERTY:inference_engine_ir_v7_reader,INTERFACE_INCLUDE_DIRECTORIES>)