I have something like the following snippet in a CMakeLists.txt:
file(READ api.yaml API_YAML) configure_file(schemautil.h.in schemautil.h)
The va