mirror of
https://github.com/Ed94/gencpp.git
synced 2024-12-22 15:54:45 -08:00
Ed_
b00c1ae522
There is a redundant pattern for generating all three (as expected). I'll use it to define a general way of doing this sort of behavior. |
||
---|---|---|
.. | ||
components | ||
gen.singleheader.cpp | ||
meson.build | ||
Readme.md |
Singleheader
gen.singleheader.cpp
with its own meson.build
generates the library as a single header gen.hpp
.
Following the same convention seen in the gb, stb, and zpl libraries.
( Currently WIP )