mirror of
https://github.com/intel/compute-runtime.git
synced 2025-06-28 17:58:30 +08:00

unit_test/preamble/preamble_fixture.h -> common/fixtures unit_test/source_level_debugger -> common/ unit_test/utilities/base_object_utils.h -> common/utilities unit_test/utilities/destructor_counted.h -> common/utilities unit_test/utilities/logger_tests.h -> common/utilities Related-To: NEO-6524 Signed-off-by: Warchulski, Jaroslaw <jaroslaw.warchulski@intel.com>
13 lines
421 B
CMake
13 lines
421 B
CMake
#
|
|
# Copyright (C) 2019-2022 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
set(NEO_CORE_TESTS_SOURCE_LEVEL_DEBUGGER
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
${CMAKE_CURRENT_SOURCE_DIR}/source_level_debugger_preamble_test.h
|
|
${CMAKE_CURRENT_SOURCE_DIR}/source_level_debugger_preamble_test.inl
|
|
)
|
|
set_property(GLOBAL PROPERTY NEO_CORE_TESTS_SOURCE_LEVEL_DEBUGGER ${NEO_CORE_TESTS_SOURCE_LEVEL_DEBUGGER})
|