mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 09:58:55 +08:00
- OCL and L0 can share this method Change-Id: Ice9488281a5c2a26ea09310319243880a6aa0682 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
14 lines
300 B
CMake
14 lines
300 B
CMake
#
|
|
# Copyright (C) 2020 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})
|