2019-09-18 19:32:33 +02:00
|
|
|
#
|
2022-02-17 15:53:12 +00:00
|
|
|
# Copyright (C) 2019-2022 Intel Corporation
|
2019-09-18 19:32:33 +02:00
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
#
|
|
|
|
|
|
|
|
if(TESTS_TGLLP)
|
2021-06-25 13:55:08 +00:00
|
|
|
set(IGDRCL_SRCS_tests_gen12lp_tgllp_excludes
|
2022-02-17 15:53:12 +00:00
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/excludes_ocl_tgllp.cpp
|
2021-06-25 13:55:08 +00:00
|
|
|
)
|
|
|
|
set_property(GLOBAL APPEND PROPERTY IGDRCL_SRCS_tests_excludes ${IGDRCL_SRCS_tests_gen12lp_tgllp_excludes})
|
|
|
|
|
2019-09-18 19:32:33 +02:00
|
|
|
set(IGDRCL_SRCS_tests_gen12lp_tgllp
|
2021-06-25 13:55:08 +00:00
|
|
|
${IGDRCL_SRCS_tests_gen12lp_tgllp_excludes}
|
2020-08-19 12:18:18 +02:00
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/kernel_tests_tgllp.cpp
|
2019-09-18 19:32:33 +02:00
|
|
|
)
|
|
|
|
target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_gen12lp_tgllp})
|
|
|
|
add_subdirectories()
|
|
|
|
endif()
|