compute-runtime/driver_version.h.in

15 lines
279 B
C
Raw Normal View History

/*
* Copyright (C) 2018-2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#ifndef DRIVER_VERSION_H
#define DRIVER_VERSION_H
#cmakedefine NEO_OCL_DRIVER_VERSION ${NEO_OCL_DRIVER_VERSION}
#cmakedefine NEO_REVISION "${NEO_REVISION}"
#endif /* DRIVER_VERSION_H */