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

Path datatype. More...

#include <Build.hpp>

Public Attributes

std::string path
 
bool folder
 

Detailed Description

Path datatype.

Definition at line 38 of file Build.hpp.

Member Data Documentation

◆ folder

bool CBuild::Path::folder

Definition at line 40 of file Build.hpp.

Referenced by CBuild::Toolchain::add_file(), and CBuild::Toolchain::add_folder().

◆ path

std::string CBuild::Path::path

Definition at line 39 of file Build.hpp.

Referenced by CBuild::Toolchain::add_file(), and CBuild::Toolchain::add_folder().


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