2017-12-21 07:45:38 +08:00
|
|
|
/*
|
2023-04-27 16:42:36 +08:00
|
|
|
* Copyright (C) 2018-2023 Intel Corporation
|
2017-12-21 07:45:38 +08:00
|
|
|
*
|
2018-09-18 15:11:08 +08:00
|
|
|
* SPDX-License-Identifier: MIT
|
2017-12-21 07:45:38 +08:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef CONFIG_H
|
|
|
|
#define CONFIG_H
|
|
|
|
|
|
|
|
#cmakedefine CL_CACHE_LOCATION "${CL_CACHE_LOCATION}"
|
2018-06-11 22:15:11 +08:00
|
|
|
#cmakedefine NEO_ARCH "${NEO_ARCH}"
|
2017-12-21 07:45:38 +08:00
|
|
|
|
|
|
|
#endif /* CONFIG_H */
|