mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 07:14:10 +08:00
unit_test/helpers/debug_helpers.cpp -> common/helpers unit_test/page_fault_manager/default_asan_options.cpp -> common/page_fault_manag unit_test/utilities/cpuintrinsics.cpp -> common/utilities unit_test/memory_manager/deferred_deleter_mt_tests.cpp -> opencl/test/unit_test/ delete: unit_test/mocks/debugger_l0_create.cpp delete: unit_test/page_fault_manager/default_asan_options.cpp Related-To: NEO-6524 Signed-off-by: Warchulski, Jaroslaw <jaroslaw.warchulski@intel.com>
11 lines
246 B
CMake
11 lines
246 B
CMake
#
|
|
# Copyright (C) 2022 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
target_sources(neo_libult_common PRIVATE
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
${CMAKE_CURRENT_SOURCE_DIR}/default_asan_options.cpp
|
|
)
|