mirror of
https://github.com/status-im/evmc.git
synced 2025-02-24 00:48:09 +00:00
15 lines
363 B
C
15 lines
363 B
C
/* Cable: CMake Bootstrap Library.
|
|
* Copyright 2019 Pawel Bylica.
|
|
* Licensed under the Apache License, Version 2.0.
|
|
*/
|
|
|
|
/* Generated by Cable Build Info on @TIMESTAMP@. Do not modify directly. */
|
|
|
|
#pragma once
|
|
|
|
#define @PROJECT_NAME_UPPERCASE@_VERSION "@PROJECT_VERSION@"
|
|
|
|
#ifdef __cplusplus
|
|
constexpr auto @PROJECT_NAME@_version = "@PROJECT_VERSION@";
|
|
#endif
|