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 hello_classification
|
|
|
|
|
SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/main.cpp"
|
2021-11-16 14:13:16 +03:00
|
|
|
DEPENDENCIES format_reader ie_samples_utils)
|
2021-03-26 15:07:59 +03:00
|
|
|
|