Files
compute-runtime/level_zero/sysman/source/diagnostics/windows/CMakeLists.txt
Bari, Pratik 112bbec6e9 feature(sysman): Add support for the Diagnostics APIs
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>
2023-06-09 09:57:26 +02:00

15 lines
371 B
CMake

#
# Copyright (C) 2023 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
if(WIN32)
target_sources(${L0_STATIC_LIB_NAME}
PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
${CMAKE_CURRENT_SOURCE_DIR}/sysman_os_diagnostics_imp.cpp
${CMAKE_CURRENT_SOURCE_DIR}/sysman_os_diagnostics_imp.h
)
endif()