generated files go to binary directory
Created by: m1tk4
Currently the build fails if cmake is run with -S sourcedir -B someotherdir - i.e. for an "out-of-place" build.
This is due to include expecting generated files in ${BINARY_DIR}/generated (see CMakeLists.txt line 18) but the sourcery (and other commands) generating them in-place (i.e. in the source directory).