mirror of
https://github.com/intel/compute-runtime.git
synced 2025-06-28 17:58:30 +08:00

add missing register offset value Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
13 lines
306 B
CMake
13 lines
306 B
CMake
#
|
|
# Copyright (C) 2020-2024 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
set(NEO_CORE_GEN_COMMON
|
|
${CMAKE_CURRENT_SOURCE_DIR}${BRANCH_DIR_SUFFIX}aub_mapper_common.h
|
|
${CMAKE_CURRENT_SOURCE_DIR}/reg_configs_common.h
|
|
)
|
|
|
|
set_property(GLOBAL PROPERTY NEO_CORE_GEN_COMMON ${NEO_CORE_GEN_COMMON})
|