2017-12-21 00:45:38 +01:00
|
|
|
#
|
2022-01-17 10:26:46 +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
|
|
|
#
|
|
|
|
|
2018-03-08 14:20:16 +01:00
|
|
|
set(IGDRCL_SRCS_tests_os_interface_base
|
2020-08-19 12:18:18 +02:00
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/device_factory_tests.cpp
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/mock_performance_counters.cpp
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/mock_performance_counters.h
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/performance_counters_tests.cpp
|
2018-03-08 14:20:16 +01:00
|
|
|
)
|
2019-08-21 10:53:07 +02:00
|
|
|
|
2018-03-08 14:20:16 +01:00
|
|
|
target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_os_interface_base})
|
2018-03-07 19:49:20 +01:00
|
|
|
set_property(GLOBAL PROPERTY IGDRCL_SRCS_tests_os_interface_base ${IGDRCL_SRCS_tests_os_interface_base})
|
2018-03-08 14:20:16 +01:00
|
|
|
add_subdirectories()
|