2022-01-19 01:07:49 +03:00
|
|
|
# Copyright (C) 2018-2022 Intel Corporation
|
2019-01-21 21:31:31 +03:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
#
|
2018-10-16 13:45:03 +03:00
|
|
|
|
2019-08-09 19:02:42 +03:00
|
|
|
ie_add_sample(NAME classification_sample_async
|
|
|
|
|
SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/main.cpp"
|
2021-04-22 14:02:54 +03:00
|
|
|
HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/classification_sample_async.h"
|
2022-12-05 01:33:42 +04:00
|
|
|
DEPENDENCIES ${GFLAGS_TARGET} format_reader ie_samples_utils)
|