mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-01 04:23:00 +08:00
- minimize memory use - enhance performance of debug Resolves: NEO-7585 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
14 lines
348 B
CMake
14 lines
348 B
CMake
#
|
|
# Copyright (C) 2022 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
target_sources(neo_shared_tests PRIVATE
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test_l0_debugger.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test_l0_debugger_single_address_space.cpp
|
|
)
|
|
|
|
add_subdirectories()
|