* Moved inference_engine samples to cpp folder * Fixed documentations links * Fixed installation * Fixed scripts * Fixed cmake script * Try to fix install * Fixed samples * Some fix
9 lines
322 B
CMake
9 lines
322 B
CMake
# Copyright (C) 2018-2021 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
ie_add_sample(NAME style_transfer_sample
|
|
SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/main.cpp"
|
|
HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/style_transfer_sample.h"
|
|
DEPENDENCIES format_reader ie_samples_utils)
|