mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-27 15:53:13 +08:00
20 lines
646 B
CMake
20 lines
646 B
CMake
#
|
|
# Copyright (C) 2021-2023 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
target_sources(${L0_STATIC_LIB_NAME}
|
|
PRIVATE
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
${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()
|