mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 14:02:58 +08:00
modify driver experimental extensions according to guideline Related-To: NEO-12530 Signed-off-by: Joshua Santosh Ranjan <joshua.santosh.ranjan@intel.com>
17 lines
416 B
CMake
17 lines
416 B
CMake
#
|
|
# Copyright (C) 2024 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
target_sources(${L0_STATIC_LIB_NAME}
|
|
PRIVATE
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
${CMAKE_CURRENT_SOURCE_DIR}/ze_intel_gpu.h
|
|
${CMAKE_CURRENT_SOURCE_DIR}/zet_intel_gpu_debug.h
|
|
${CMAKE_CURRENT_SOURCE_DIR}/zet_intel_gpu_metric_export.h
|
|
)
|
|
|
|
add_subdirectories()
|
|
|