2017-12-21 00:45:38 +01:00
|
|
|
#
|
2019-05-13 09:30:40 +02:00
|
|
|
# Copyright (C) 2017-2019 Intel Corporation
|
2017-12-21 00:45:38 +01:00
|
|
|
#
|
2018-09-18 09:11:08 +02:00
|
|
|
# SPDX-License-Identifier: MIT
|
2017-12-21 00:45:38 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
set(IGDRCL_SRCS_mt_tests_api
|
2018-03-20 16:50:52 +01:00
|
|
|
# local files
|
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
|
|
|
|
|
|
|
|
# necessary dependencies from igdrcl_tests
|
|
|
|
|
${IGDRCL_SOURCE_DIR}/unit_tests/api/cl_api_tests.cpp
|
|
|
|
|
${IGDRCL_SOURCE_DIR}/unit_tests/api/cl_create_user_event_tests_mt.cpp
|
|
|
|
|
${IGDRCL_SOURCE_DIR}/unit_tests/api/cl_get_platform_ids_tests_mt.cpp
|
2019-05-13 09:30:40 +02:00
|
|
|
${IGDRCL_SOURCE_DIR}/unit_tests/api/cl_intel_tracing_tests_mt.cpp
|
2018-03-20 16:50:52 +01:00
|
|
|
${IGDRCL_SOURCE_DIR}/unit_tests/api/cl_set_mem_object_destructor_callback_tests_mt.cpp
|
2017-12-21 00:45:38 +01:00
|
|
|
)
|
2018-03-20 16:50:52 +01:00
|
|
|
target_sources(igdrcl_mt_tests PRIVATE ${IGDRCL_SRCS_mt_tests_api})
|