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

Package info struct for data for pkg-config. More...

#include <pkgconfig.hpp>

Public Attributes

std::string name
 Package name.
 
std::string largs
 Package link args.
 
std::string cargs
 Package compile args.
 

Detailed Description

Package info struct for data for pkg-config.

Definition at line 30 of file pkgconfig.hpp.

Member Data Documentation

◆ cargs

std::string CBuild::package_info::cargs

Package compile args.

Definition at line 42 of file pkgconfig.hpp.

Referenced by CBuild::get_pkg_info(), and CBuild::Toolchain::stdargs().

◆ largs

std::string CBuild::package_info::largs

Package link args.

Definition at line 38 of file pkgconfig.hpp.

Referenced by CBuild::get_pkg_info(), and CBuild::Toolchain::stdargs().

◆ name

std::string CBuild::package_info::name

Package name.

Definition at line 34 of file pkgconfig.hpp.

Referenced by CBuild::get_pkg_info(), and CBuild::Toolchain::stdargs().


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