CBuild
C++ build system with scripts written in c++
Loading...
Searching...
No Matches
Public Attributes | List of all members
CBuild::source_metadata_file Struct Reference

Metadata for source files (.cpp/.c/etc) Structure of file: More...

#include <build_data.hpp>

Public Attributes

std::string source
 Source file path (relative to CBuild.run)
 
std::string object
 Object file name.
 
std::vector< std::string > deps
 On what files this file depends.
 
uint64_t hash
 Hash of this file.
 

Detailed Description

Metadata for source files (.cpp/.c/etc) Structure of file:

Definition at line 39 of file build_data.hpp.

Member Data Documentation

◆ deps

std::vector<std::string> CBuild::source_metadata_file::deps

◆ hash

uint64_t CBuild::source_metadata_file::hash

◆ object

std::string CBuild::source_metadata_file::object

◆ source

std::string CBuild::source_metadata_file::source

The documentation for this struct was generated from the following file: