mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 14:02:58 +08:00
Related-To: NEO-4208 Change-Id: I5e47f3dd75cf18d731a9353c8939ca3b6a99b4de Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
13 lines
329 B
CMake
13 lines
329 B
CMake
#
|
|
# Copyright (C) 2017-2020 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
set(IGDRCL_SRCS_tests_platform
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
${CMAKE_CURRENT_SOURCE_DIR}/platform_icd_tests.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/platform_tests.cpp
|
|
)
|
|
target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_platform})
|