evmc/cmake/cable/buildinfo/buildinfo.h.in
Paweł Bylica 73d241ed37
Upgrade Cable to v0.2.6
# Conflicts:
#	cmake/cable/bootstrap.cmake
2018-07-26 09:53:07 +02:00

33 lines
664 B
C

/* Cable: CMake Bootstrap Library.
* Copyright 2018 Pawel Bylica.
* Licensed under the Apache License, Version 2.0. See the LICENSE file.
*/
/* Generated by Cable Build Info on @TIMESTAMP@. Do not modify directly. */
#pragma once
#ifdef __cplusplus
extern "C"
{
#endif
struct buildinfo
{
const char* project_name;
const char* project_version;
const char* project_name_with_version;
const char* git_commit_hash;
const char* system_name;
const char* system_processor;
const char* compiler_id;
const char* compiler_version;
const char* build_type;
};
const struct buildinfo* @FUNCTION_NAME@();
#ifdef __cplusplus
}
#endif