mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
19 lines
609 B
CMake
19 lines
609 B
CMake
#
|
|
# Copyright (C) 2025 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
target_sources(${L0_STATIC_LIB_NAME}
|
|
PRIVATE
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
${CMAKE_CURRENT_SOURCE_DIR}/label.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/label.h
|
|
${CMAKE_CURRENT_SOURCE_DIR}/label_handle.h
|
|
${CMAKE_CURRENT_SOURCE_DIR}/mutable_cmdlist_imp_experimental.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/mutable_cmdlist_hw_experimental.inl
|
|
${CMAKE_CURRENT_SOURCE_DIR}/variable_experimental.cpp
|
|
)
|
|
|
|
add_subdirectories()
|