mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
19 lines
588 B
CMake
19 lines
588 B
CMake
#
|
|
# Copyright (C) 2021-2022 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
target_sources(${L0_STATIC_LIB_NAME}
|
|
PRIVATE
|
|
${CMAKE_CURRENT_SOURCE_DIR}/debug_session.h
|
|
${CMAKE_CURRENT_SOURCE_DIR}/debug_session_imp.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/debug_session_imp.h
|
|
${CMAKE_CURRENT_SOURCE_DIR}/debug_handlers.h
|
|
${CMAKE_CURRENT_SOURCE_DIR}/debug_handlers.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/eu_thread.h
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
)
|
|
|
|
add_subdirectories()
|