2018-06-22 18:54:33 +08:00
|
|
|
#
|
2018-09-18 15:11:08 +08:00
|
|
|
# Copyright (C) 2018 Intel Corporation
|
2018-06-22 18:54:33 +08:00
|
|
|
#
|
2018-09-18 15:11:08 +08:00
|
|
|
# SPDX-License-Identifier: MIT
|
2018-06-22 18:54:33 +08:00
|
|
|
#
|
|
|
|
|
|
|
|
set(IGDRCL_SRCS_tests_execution_environment
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/execution_environment_tests.cpp
|
|
|
|
)
|
|
|
|
target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_execution_environment})
|