Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 419 Bytes

File metadata and controls

10 lines (8 loc) · 419 Bytes

Template for minimalistic C++ projects

  • Compiler: Clang 7.0 (http://clang.llvm.org/)

  • Build tool: FASTBuild (http://fastbuild.org/)

  • Doesn't require any standard and external headers and libraries.

  • Small output binary size: 2.5 KB.

  • Supports editing and debugging in Visual Studio Code.

  • To generate static libraries (*.lib files) from DLLs (i.e. kernel32.dll), it requires lib.exe program from VS tools.