2018-01-12 16:08:49 +08:00
|
|
|
#
|
2023-07-30 23:00:13 +08:00
|
|
|
# Copyright (C) 2018-2023 Intel Corporation
|
2018-01-12 16:08:49 +08:00
|
|
|
#
|
2018-09-18 15:11:08 +08:00
|
|
|
# SPDX-License-Identifier: MIT
|
2018-01-12 16:08:49 +08:00
|
|
|
#
|
|
|
|
|
|
|
|
set(IGDRCL_SRCS_tests_gmm_helper
|
2020-08-19 18:18:18 +08:00
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
2023-07-30 23:00:13 +08:00
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/gmm_helper_tests_ocl.cpp
|
2018-01-12 16:08:49 +08:00
|
|
|
)
|
2018-03-06 20:42:20 +08:00
|
|
|
target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_gmm_helper})
|
|
|
|
add_subdirectories()
|