mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
The files containing the new 'SysmanKmdInterface' has been moved into the new 'shared' directory in the existing sysman directory. More files are to be added in this directory which will be used by all the sysman modules in the sysman and tools directories. Related-To: LOCI-4649 Signed-off-by: Bari, Pratik <pratik.bari@intel.com>
13 lines
219 B
CMake
13 lines
219 B
CMake
#
|
|
# Copyright (C) 2023 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
target_sources(${L0_STATIC_LIB_NAME}
|
|
PRIVATE
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
)
|
|
|
|
add_subdirectories()
|