Program Listing for File build_info.h
↰ Return to documentation for file (rcsw/version/build_info.h
)
#pragma once
/*******************************************************************************
* Includes
******************************************************************************/
#include "rcsw/rcsw.h"
/*******************************************************************************
* Struct Definitions
******************************************************************************/
struct build_info {
/* clang-format off */
const char* git_rev;
const char* git_diff;
const char* git_tag;
const char* git_branch;
const char* compiler_flags;
const char* date;
const char* time;
/* clang-format on */
};