9 lines
287 B
CMake
9 lines
287 B
CMake
# Copyright (C) 2018-2020 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)
|