CMakeLists.txt
629 Bytes
-
cmake: use C90 standard for our fuzzing targets · 07cf8b38
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.
Patrick Steinhardt committed