Files
compute-runtime/shared/source/gen_common/CMakeLists.txt
Mateusz Jablonski b807b43b35 refactor: remove not needed code
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2025-10-09 10:51:44 +02:00

12 lines
235 B
CMake

#
# Copyright (C) 2020-2025 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
set(NEO_CORE_GEN_COMMON
${CMAKE_CURRENT_SOURCE_DIR}/reg_configs_common.h
)
set_property(GLOBAL PROPERTY NEO_CORE_GEN_COMMON ${NEO_CORE_GEN_COMMON})