* Merge Linux CC + static build + clang compiler * Improvements * Removed ie prefixes from cmake scripts * Fixes for NPU
9 lines
351 B
CMake
9 lines
351 B
CMake
# Copyright (C) 2018-2023 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
ov_add_sample(NAME classification_sample_async
|
|
SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/main.cpp"
|
|
HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/classification_sample_async.h"
|
|
DEPENDENCIES ${GFLAGS_TARGET} format_reader ie_samples_utils)
|