mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
Moved code from: - shared/test/common/mocks/mock_execution_environment.h - shared/test/common/fixtures/mock_aub_center_fixture.h Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
17 lines
556 B
CMake
17 lines
556 B
CMake
#
|
|
# Copyright (C) 2019-2022 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
target_sources(neo_libult_common PRIVATE
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
${CMAKE_CURRENT_SOURCE_DIR}/cpu_page_fault_manager_tests_fixture.h
|
|
${CMAKE_CURRENT_SOURCE_DIR}/linear_stream_fixture.h
|
|
${CMAKE_CURRENT_SOURCE_DIR}/mock_aub_center_fixture.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/mock_aub_center_fixture.h
|
|
${CMAKE_CURRENT_SOURCE_DIR}/preamble_fixture.h
|
|
)
|
|
|
|
add_subdirectories()
|