Move inference_engine_snippets to core component (#14338)

This commit is contained in:
Pavel Zamelin 2022-12-05 10:37:19 +03:00 committed by GitHub
parent 1e5247e5bb
commit d9ef9266c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -17,7 +17,7 @@ source_group("include" FILES ${PUBLIC_HEADERS})
# Create static library # Create static library
add_library(${TARGET_NAME} STATIC EXCLUDE_FROM_ALL add_library(${TARGET_NAME} STATIC
${LIBRARY_SRC} ${LIBRARY_SRC}
${PUBLIC_HEADERS}) ${PUBLIC_HEADERS})
@ -45,3 +45,5 @@ set_target_properties(${TARGET_NAME} PROPERTIES INTERPROCEDURAL_OPTIMIZATION_REL
# install # install
ov_install_static_lib(${TARGET_NAME} ${OV_CPACK_COMP_CORE}) ov_install_static_lib(${TARGET_NAME} ${OV_CPACK_COMP_CORE})
openvino_developer_export_targets(COMPONENT ${OV_CPACK_COMP_CORE} TARGETS ${TARGET_NAME})

View File

@ -34,4 +34,3 @@ ie_faster_build(${TARGET_NAME}
UNITY UNITY
PCH PRIVATE "src/precomp.hpp" PCH PRIVATE "src/precomp.hpp"
) )
openvino_developer_export_targets(COMPONENT tests TARGETS inference_engine_snippets)