Files
ANSLibs/OpenVINO/samples/cpp/hello_classification/CMakeLists.txt

9 lines
246 B
CMake

# Copyright (C) 2018-2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
#
ov_add_sample(NAME hello_classification
SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/main.cpp"
DEPENDENCIES format_reader ie_samples_utils)