mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-10 12:53:42 +08:00
18 lines
616 B
CMake
18 lines
616 B
CMake
#
|
|
# Copyright (C) 2018-2022 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
set(IGDRCL_SRCS_tests_os_interface_base
|
|
${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
|
|
)
|
|
|
|
target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_os_interface_base})
|
|
set_property(GLOBAL PROPERTY IGDRCL_SRCS_tests_os_interface_base ${IGDRCL_SRCS_tests_os_interface_base})
|
|
add_subdirectories()
|