So, I lied. I’m moving forward with the skeleton build script 😛
Ford defining macros in the build script, we’ll want this: https://stackoverflow.com/questions/79162315/how-do-i-define-a-c-c-preprocessor-variable-in-meson
Probably could have found it in the documentation but I had trouble with the layout of the Meson website. We may want to use that for defining things like the version number just to make things tidier. Or we could simply set up the macros in header files. Same result, just a couple of different ways of doing it. Will need to give it some thought to decide on a method.
I’m kind of all over the place, I know