Files
compute-runtime/level_zero/api/runtime/CMakeLists.txt
Mateusz Jablonski 7611d376f9 feature: add support for L0 v1.14 API
Related-To: NEO-14560
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2025-10-27 12:34:58 +01:00

13 lines
338 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}/ze_runtime_all_api_entrypoints.h
${CMAKE_CURRENT_SOURCE_DIR}/ze_runtime_loader.cpp
)