mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
14 lines
185 B
C
14 lines
185 B
C
/*
|
|
* Copyright (C) 2018-2024 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
#cmakedefine NEO_ARCH "${NEO_ARCH}"
|
|
|
|
#endif /* CONFIG_H */
|