/CPlusPlusProgramBuilder

Compiles C++ programs.

Primary LanguageC++MIT LicenseMIT

C++ProgramBuilder

Build system for C++, scans dependencies. External modules imported are searched for in the include path.

Usage

Use the --help command for a list of options.

The build system automatically deduces if the compiler is clang or gcc, and sets command line options accordingly.

Compilation

Running the program on the base directory of the program will compile the program.