mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00

include necessary files from cmake directory Change-Id: I6b68e1642e47e83277791d83a962519d842e00a1 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
11 lines
217 B
CMake
11 lines
217 B
CMake
#
|
|
# Copyright (C) 2020 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
list(APPEND ALL_GEN_TYPES "GEN8")
|
|
list(APPEND ALL_GEN_TYPES "GEN9")
|
|
list(APPEND ALL_GEN_TYPES "GEN11")
|
|
list(APPEND ALL_GEN_TYPES "GEN12LP")
|