Commits


Mina Farid authored and GitHub committed af0e5fca4c2
OSS Fuzz CMake changes (#1611) * Detect OSS Fuzz thorough `LIB_FUZZING_ENGINE` env var. * Avoid building libFuzzer if not fuzzing. * Load the fuzzing library either from the library provided by OSS Fuzz or from libFuzzer.a that was manually built from sources.