mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
refactor l0 api: cleanup cmake files
Related-To: NEO-7507 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
65c73a690f
commit
2a60522e6e
@@ -1,14 +1,14 @@
|
||||
#
|
||||
# Copyright (C) 2020-2022 Intel Corporation
|
||||
# Copyright (C) 2020-2023 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
set(L0_TOOLS_API
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/ze_tools_loader.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/zet_debug_api_entrypoints.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/zet_metric_api_entrypoints.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/zet_module_api_entrypoints.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/zet_tools_all_api_entrypoints.h
|
||||
target_sources(${L0_STATIC_LIB_NAME}
|
||||
PRIVATE
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/ze_tools_loader.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/zet_debug_api_entrypoints.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/zet_metric_api_entrypoints.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/zet_module_api_entrypoints.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/zet_tools_all_api_entrypoints.h
|
||||
)
|
||||
set_property(GLOBAL PROPERTY L0_TOOLS_API ${L0_TOOLS_API})
|
||||
|
||||
Reference in New Issue
Block a user