mirror of
https://github.com/Ed94/gencpp.git
synced 2024-11-10 02:54:53 -08:00
Ed_
88d36f5d06
Both bootstrap and singleheader now name the files the same as the library's default. Output now directed toward gen directory for the corresponding dir (project, singleheader, or test) |
||
---|---|---|
.. | ||
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 )