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