mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
Change-Id: Ie44a0ee544f9d68aaa383ec94ea5ab4223185642 Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
15 lines
407 B
CMake
15 lines
407 B
CMake
#
|
|
# Copyright (C) 2017-2019 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
set(IGDRCL_SRCS_tests_sampler
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
${CMAKE_CURRENT_SOURCE_DIR}/get_sampler_info_tests.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/sampler_set_arg_tests.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/sampler_tests.cpp
|
|
)
|
|
target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_sampler})
|
|
add_subdirectories()
|