gencpp/singleheader
Ed_ a42e241afb Got rid of the temp compoonent files, they are now generated via bootstrapping.
This isn't the last step though everything in the main project directory that isn't md files needs to be generated only.
Can't do that till testing is robust enough...
2023-08-21 23:28:39 -04:00
..
components Heavy refactor.. 2023-08-03 11:01:43 -04:00
Readme.md Progress towards bootstrap/singleheader generation 2023-07-24 22:19:21 -04:00
singleheader.cpp Got rid of the temp compoonent files, they are now generated via bootstrapping. 2023-08-21 23:28:39 -04:00

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 )