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

Command for compile_commands.json. More...

Public Attributes

std::string base_path
 "directory":
 
std::string cmd
 "command":
 
std::string file
 "file":
 
bool in_file
 Does this entry is already in file.
 

Detailed Description

Command for compile_commands.json.

Definition at line 125 of file generator.cpp.

Member Data Documentation

◆ base_path

std::string CBuild::cmd::base_path

"directory":

Definition at line 129 of file generator.cpp.

◆ cmd

std::string CBuild::cmd::cmd

"command":

Definition at line 133 of file generator.cpp.

◆ file

std::string CBuild::cmd::file

"file":

Definition at line 137 of file generator.cpp.

◆ in_file

bool CBuild::cmd::in_file

Does this entry is already in file.

Definition at line 141 of file generator.cpp.


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