mirror of
https://github.com/Ed94/gencpp.git
synced 2026-05-06 01:22:54 -07:00
d1c061769c
- Made a gen script (does full build and test) build just builds gencpp now.
Scripts
Build and cleanup scripts for the test directory are found here along with natvis and natstepfilter files for debugging.
The build works as follows:
- Compile and run the meta-program, it will dump files to the
test/gendirectory. - Format the files using clang-format
- Build a program that uses some the generated definitions. (Have not done yet)
The test/gen directory has the meson.build config for the meta-program
The test directory has the one for the dependent-program.