Wonky is currently built using cmake
It defaults to building with debug symbols and
no optimisations.
If you want to add a source file for
compiling you must add it to the SOURCE
var, and if it's located in new directory
you must run include_directories on it.
The only complex thing is that the cmake
script is compiling a different object for
the normal assert and the debug assert that
the wobler uses and linking them to
wonky and wobler correctly.