2021-03-24 18:40:09 -05:00
|
|
|
# Copyright (C) 2018-2021 Intel Corporation
|
2019-01-21 12:31:31 -06:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
2018-10-16 05:45:03 -05:00
|
|
|
|
2019-08-09 11:02:42 -05:00
|
|
|
ie_add_sample(NAME classification_sample_async
|
|
|
|
SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/main.cpp"
|
|
|
|
HEADERS classification_sample_async.h
|
2021-03-26 07:07:59 -05:00
|
|
|
DEPENDENCIES format_reader ie_samples_utils)
|