mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
Files that were dedicated to specific platforms were incorrectly attached at the level of the supported gen. Additionally, header inclusion has been corrected. Signed-off-by: Daria Hinz <daria.hinz@intel.com>
12 lines
241 B
CMake
12 lines
241 B
CMake
#
|
|
# Copyright (C) 2020-2022 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
set_property(GLOBAL PROPERTY SHARED_SRCS_ADDITIONAL_FILES_GEN12LP ${SHARED_SRCS_ADDITIONAL_FILES_GEN12LP})
|
|
|
|
if(SUPPORT_GEN12LP)
|
|
add_subdirectories()
|
|
endif()
|