mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-18 22:08:53 +08:00
15 lines
224 B
C
15 lines
224 B
C
/*
|
|
* Copyright (C) 2018-2025 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
#cmakedefine NEO_ARCH "${NEO_ARCH}"
|
|
#cmakedefine BRANCH_TYPE @BRANCH_TYPE@
|
|
|
|
#endif /* CONFIG_H */
|