* used native LTO support from cmake 3.9.6 * Removed compilation flags push / pop * Fixes * Fixes for VPU unit tests * Temp WA for old gcc
23 lines
496 B
CMake
23 lines
496 B
CMake
# Copyright (C) 2019 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# [cmake:functional_tests]
|
|
set(TARGET_NAME templateFuncTests)
|
|
|
|
addIeTargetTest(
|
|
NAME ${TARGET_NAME}
|
|
ROOT ${CMAKE_CURRENT_SOURCE_DIR}
|
|
DEPENDENCIES
|
|
templatePlugin
|
|
LINK_LIBRARIES
|
|
IE::funcSharedTests
|
|
INCLUDES
|
|
"${IE_MAIN_TEMPLATE_PLUGIN_SOURCE_DIR}/include"
|
|
ADD_CPPLINT
|
|
LABELS
|
|
TEMPLATE
|
|
)
|
|
# [cmake:functional_tests]
|