Move inference_engine_snippets to core component (#14338)
This commit is contained in:
parent
1e5247e5bb
commit
d9ef9266c3
@ -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})
|
||||||
|
@ -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)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user