Files
openvino/inference-engine/samples/classification_sample_async/CMakeLists.txt
Artemy Skrebkov 76cf1b2b65 Update benchmark_app to pass precision via command line (#4318)
* Update benchmark_app to pass precision via command line

* Update vpu_perfcheck

* Update python benchmark_app to support setting precision from cmd

* Review comments

* Address more review comments

* Fixes after rebase
2021-03-26 15:07:59 +03:00

9 lines
304 B
CMake

# Copyright (C) 2018-2021 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
#
ie_add_sample(NAME classification_sample_async
SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/main.cpp"
HEADERS classification_sample_async.h
DEPENDENCIES format_reader ie_samples_utils)