2018-01-12 16:08:49 +08:00
|
|
|
#
|
2020-01-09 23:14:59 +08:00
|
|
|
# Copyright (C) 2018-2020 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
|
2018-09-18 16:25:59 +08:00
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/gmm_helper_tests.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()
|