mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 22:12:59 +08:00
This reverts commit 7eba4db2e7.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
14 lines
311 B
CMake
14 lines
311 B
CMake
#
|
|
# Copyright (C) 2020-2022 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
set(NEO_CORE_DEBUGGER
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
${CMAKE_CURRENT_SOURCE_DIR}/debugger.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/debugger.h
|
|
)
|
|
|
|
set_property(GLOBAL PROPERTY NEO_CORE_DEBUGGER ${NEO_CORE_DEBUGGER})
|