2017-12-21 00:45:38 +01:00
|
|
|
#
|
2022-05-18 17:56:20 +00:00
|
|
|
# Copyright (C) 2018-2022 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_tests_utilities
|
2020-08-19 12:18:18 +02:00
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/file_logger_tests.cpp
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/file_logger_tests.h
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/tag_allocator_tests.cpp
|
2017-12-21 00:45:38 +01:00
|
|
|
)
|
2019-07-12 16:50:14 +02:00
|
|
|
|
2018-03-07 15:17:52 +01:00
|
|
|
target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_utilities})
|