Use include headers in unit tests (#1216)
This commit is contained in:
parent
f3c7c731e3
commit
df772e082a
@ -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>)
|
||||
|
Loading…
Reference in New Issue
Block a user