* Updated copyright headers
* Revert "Fixed linker warnings in docs snippets on Windows (#15119)"
This reverts commit 372699ec49.
8 lines
229 B
CMake
8 lines
229 B
CMake
# Copyright (C) 2018-2023 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
ie_add_sample(NAME hello_query_device
|
|
SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/main.cpp"
|
|
DEPENDENCIES ie_samples_utils)
|