mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
Added support for the Diagnostics APIs in the new sysman design Added ULTs for the Diagnostics APIs in the new sysman design Related-To: LOCI-4247 Signed-off-by: Bari, Pratik <pratik.bari@intel.com>
18 lines
554 B
CMake
18 lines
554 B
CMake
#
|
|
# Copyright (C) 2023 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
target_sources(${L0_STATIC_LIB_NAME}
|
|
PRIVATE
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
${CMAKE_CURRENT_SOURCE_DIR}/sysman_diagnostics.h
|
|
${CMAKE_CURRENT_SOURCE_DIR}/sysman_diagnostics.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/sysman_diagnostics_imp.h
|
|
${CMAKE_CURRENT_SOURCE_DIR}/sysman_diagnostics_imp.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/sysman_os_diagnostics.h
|
|
)
|
|
|
|
add_subdirectories()
|