mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 00:58:39 +08:00
13 lines
318 B
CMake
13 lines
318 B
CMake
#
|
|
# Copyright (C) 2020-2023 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
target_sources(${L0_STATIC_LIB_NAME}
|
|
PRIVATE
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
${CMAKE_CURRENT_SOURCE_DIR}/zet_tracing.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/zet_tracing.h
|
|
)
|