mirror of
https://github.com/intel/compute-runtime.git
synced 2025-06-28 17:58:30 +08:00

Current behaviour will be detecd path existence Related-To: NEO-4262 Signed-off-by: Diedrich, Kamil <kamil.diedrich@intel.com>
15 lines
239 B
C
15 lines
239 B
C
/*
|
|
* Copyright (C) 2018-2023 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
#cmakedefine CL_CACHE_LOCATION "${CL_CACHE_LOCATION}"
|
|
#cmakedefine NEO_ARCH "${NEO_ARCH}"
|
|
|
|
#endif /* CONFIG_H */
|