2018-08-20 15:54:20 +02:00
|
|
|
#
|
2021-07-05 14:52:03 +00:00
|
|
|
# Copyright (C) 2018-2021 Intel Corporation
|
2018-08-20 15:54:20 +02:00
|
|
|
#
|
2018-09-18 09:11:08 +02:00
|
|
|
# SPDX-License-Identifier: MIT
|
2018-08-20 15:54:20 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
set(IGDRCL_SRCS_aub_helper_tests
|
2020-08-19 12:18:18 +02:00
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/aub_center_tests.cpp
|
2021-07-05 14:52:03 +00:00
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/aub_helper_tests.cpp
|
2018-08-20 15:54:20 +02:00
|
|
|
)
|
2018-11-10 22:25:48 +01:00
|
|
|
|
2020-07-15 21:58:51 +02:00
|
|
|
if(NOT DEFINED AUB_STREAM_PROJECT_NAME)
|
2018-11-10 22:25:48 +01:00
|
|
|
list(APPEND IGDRCL_SRCS_aub_helper_tests
|
2020-08-19 12:18:18 +02:00
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/aub_center_using_aubstream_stubs_tests.cpp
|
2018-11-10 22:25:48 +01:00
|
|
|
)
|
|
|
|
endif()
|
|
|
|
|
2018-08-20 15:54:20 +02:00
|
|
|
target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_aub_helper_tests})
|
|
|
|
add_subdirectories()
|