mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
- Port events module to new sysman design - Add events ULTs for new sysman interface Related-To: LOCI-4120 Signed-off-by: Bellekallu Rajkiran <bellekallu.rajkiran@intel.com>
18 lines
469 B
CMake
18 lines
469 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_events.h
|
|
${CMAKE_CURRENT_SOURCE_DIR}/sysman_events_imp.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/sysman_events_imp.h
|
|
${CMAKE_CURRENT_SOURCE_DIR}/sysman_os_events.h
|
|
)
|
|
|
|
add_subdirectories()
|
|
|