mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-10 12:53:42 +08:00

Change-Id: I187f1e1a71f07dbd83dfadbd9c51ff910be356b8 Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
14 lines
235 B
C
14 lines
235 B
C
/*
|
|
* Copyright (C) 2018-2020 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#ifndef DRIVER_VERSION_H
|
|
#define DRIVER_VERSION_H
|
|
|
|
#cmakedefine NEO_OCL_DRIVER_VERSION ${NEO_OCL_DRIVER_VERSION}
|
|
|
|
#endif /* DRIVER_VERSION_H */
|