mirror of
https://github.com/intel/compute-runtime.git
synced 2025-06-28 17:58:30 +08:00
10 lines
126 B
CMake
10 lines
126 B
CMake
#
|
|
# Copyright (C) 2021 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
if(SUPPORT_GEN11)
|
|
add_subdirectories()
|
|
endif()
|