mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +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
@@ -4,10 +4,10 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
set(L0_SYSMAN_API
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/ze_sysman_loader.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/zes_sysman_api_entrypoints.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/zes_sysman_all_api_entrypoints.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/zes_handles_struct.h
|
||||
target_sources(${L0_STATIC_LIB_NAME}
|
||||
PRIVATE
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/ze_sysman_loader.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/zes_sysman_api_entrypoints.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/zes_sysman_all_api_entrypoints.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/zes_handles_struct.h
|
||||
)
|
||||
set_property(GLOBAL PROPERTY L0_SYSMAN_API ${L0_SYSMAN_API})
|
||||
|
||||
Reference in New Issue
Block a user