mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 23:56:39 +08:00
11 lines
263 B
CMake
11 lines
263 B
CMake
|
|
#
|
||
|
|
# Copyright (C) 2020-2022 Intel Corporation
|
||
|
|
#
|
||
|
|
# SPDX-License-Identifier: MIT
|
||
|
|
#
|
||
|
|
|
||
|
|
set(L0_EXTENDED_DRIVER_EXPERIMENTAL_EXTENSIONS_API
|
||
|
|
)
|
||
|
|
|
||
|
|
set_property(GLOBAL PROPERTY L0_EXTENDED_DRIVER_EXPERIMENTAL_EXTENSIONS_API ${L0_EXTENDED_DRIVER_EXPERIMENTAL_EXTENSIONS_API})
|