mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
- Added support for the Standby APIs in the new sysman design. - Added ULTs for the Standby APIs in the new sysman design. Related-To: LOCI-4097 Signed-off-by: Bari, Pratik <pratik.bari@intel.com>
18 lines
499 B
CMake
18 lines
499 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}/os_standby.h
|
|
${CMAKE_CURRENT_SOURCE_DIR}/standby.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/standby.h
|
|
${CMAKE_CURRENT_SOURCE_DIR}/standby_imp.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/standby_imp.h
|
|
)
|
|
|
|
add_subdirectories()
|