Files
compute-runtime/level_zero/sysman/source/standby/CMakeLists.txt
Bari, Pratik f8623fadaf Added support for Standby APIs
- 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>
2023-04-10 06:54:50 +02:00

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()