2018-05-02 20:02:28 +00:00
|
|
|
/* Cable: CMake Bootstrap Library.
|
|
|
|
* Copyright 2018 Pawel Bylica.
|
|
|
|
* Licensed under the Apache License, Version 2.0. See the LICENSE file.
|
|
|
|
*/
|
2018-04-10 14:28:36 +00:00
|
|
|
|
2018-05-02 20:02:28 +00:00
|
|
|
/* Generated by Cable Build Info on @TIMESTAMP@. Do not modify directly. */
|
2018-04-10 14:28:36 +00:00
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C"
|
|
|
|
{
|
|
|
|
#endif
|
|
|
|
|
|
|
|
struct buildinfo
|
|
|
|
{
|
2018-07-26 07:51:52 +00:00
|
|
|
const char* project_name;
|
2018-04-10 14:28:36 +00:00
|
|
|
const char* project_version;
|
2018-07-26 07:51:52 +00:00
|
|
|
const char* project_name_with_version;
|
2018-05-02 20:02:28 +00:00
|
|
|
const char* git_commit_hash;
|
2018-04-10 14:28:36 +00:00
|
|
|
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
|