Fix itt build (#2662)

This commit is contained in:
Andrey Somsikov
2020-10-14 18:35:21 +03:00
committed by GitHub
parent a5ab41ef87
commit 0742ef8251

View File

@@ -49,7 +49,7 @@ if(ENABLE_PROFILING_ITT)
EXCLUDE_FROM_ALL TRUE
BUILD_BYPRODUCTS ${ITTNOTIFY_LIBRARY})
add_library(ittnotify INTERFACE)
add_dependencies(ittnotify ittapi_external)
add_dependencies(ittnotify ext_ittapi)
target_link_libraries(ittnotify INTERFACE ${ITTNOTIFY_LIBRARY})
target_include_directories(ittnotify INTERFACE ${ITTAPI_SOURCE_DIR}/include)
openvino_developer_export_targets(ittnotify)