mirror of
https://github.com/Ed94/gencpp.git
synced 2024-12-22 07:44:45 -08:00
19 lines
347 B
Markdown
19 lines
347 B
Markdown
## Navigation
|
|
|
|
# base
|
|
|
|
[Top](../Readme.md)
|
|
|
|
* [docs](../docs/Readme.md)
|
|
|
|
# Singleheader
|
|
|
|
Creates a single header file version of the library using `singleheader.cpp`.
|
|
Follows the same convention seen in the gb, stb, and zpl libraries.
|
|
|
|
If using the library's provided build scripts:
|
|
|
|
```ps1
|
|
.\build.ps1 <compiler> <debug or omit> singleheader
|
|
```
|