Commit 07cf8b38dbad7de3f0a5da053726d8e697a65d0d

Patrick Steinhardt 2018-07-20T09:03:10

cmake: use C90 standard for our fuzzing targets Like all our other internal code, we want to force the use of C90 for our fuzzers. Do so by setting the "C_STANDARD" property of our fuzzing targets.