mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 22:12:59 +08:00
- Added support for the ECC APIs in the new sysman design. - Added ULTs for the ECC APIs in the new sysman design. Related-To: LOCI-4244 Signed-off-by: Bari, Pratik <pratik.bari@intel.com>
14 lines
279 B
CMake
Executable File
14 lines
279 B
CMake
Executable File
#
|
|
# 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}/os_ecc.cpp
|
|
)
|
|
endif()
|