CMAKE: added ie_libraries target (#1411)
This commit is contained in:
parent
c37f73334c
commit
79349ae4a6
@ -33,3 +33,15 @@ add_subdirectory(transformations)
|
||||
add_subdirectory(inference_engine)
|
||||
|
||||
add_subdirectory(low_precision_transformations)
|
||||
|
||||
# add a custom target to build all Inference Engine Core libraries
|
||||
|
||||
add_custom_target(ie_libraries ALL
|
||||
DEPENDS inference_engine_transformations inference_engine_legacy
|
||||
inference_engine inference_engine_preproc
|
||||
inference_engine_ir_v7_reader inference_engine_ir_reader
|
||||
inference_engine_lp_transformations)
|
||||
|
||||
if(NGRAPH_ONNX_IMPORT_ENABLE)
|
||||
add_dependencies(ie_libraries inference_engine_onnx_reader)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user