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

Project dependency data. More...

#include <Build.hpp>

Public Attributes

std::string path
 
std::string id
 
std::string name
 
std::string headers_path
 

Detailed Description

Project dependency data.

Definition at line 45 of file Build.hpp.

Member Data Documentation

◆ headers_path

std::string CBuild::Project_dependency::headers_path

Definition at line 49 of file Build.hpp.

Referenced by CBuild::Toolchain::depends_on_project().

◆ id

std::string CBuild::Project_dependency::id

Definition at line 47 of file Build.hpp.

Referenced by CBuild::Toolchain::depends_on_project().

◆ name

std::string CBuild::Project_dependency::name

Definition at line 48 of file Build.hpp.

Referenced by CBuild::Toolchain::depends_on_project().

◆ path

std::string CBuild::Project_dependency::path

Definition at line 46 of file Build.hpp.

Referenced by CBuild::Toolchain::depends_on_project().


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