openvino/samples/cpp/classification_sample_async/CMakeLists.txt

9 lines
351 B
CMake
Raw Normal View History

# Copyright (C) 2018-2023 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
#
2018-10-16 05:45:03 -05:00
ov_add_sample(NAME classification_sample_async
2019-08-09 11:02:42 -05:00
SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/main.cpp"
HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/classification_sample_async.h"
DEPENDENCIES ${GFLAGS_TARGET} format_reader ie_samples_utils)