Skip to content
Snippets Groups Projects
Commit b11072a6 authored by Dmitriy Nesterov's avatar Dmitriy Nesterov Committed by Kirill Yukhin
Browse files

cmake: add dependencies for LuaJIT and SQL fuzzers

Added Google's 'libprotobuf-mutator' and 'protobuf' libraries
for developing grammar-based LuaJIT and SQL fuzzers based on
LibFuzzer.

It is needed to build protobuf module from source because
by default, the system-installed version of protobuf is used
by libprotobuf-mutator, and this version can be too old.

Part of #4823

NO_CHANGELOG=<dependencies>
NO_DOC=<dependencies>
NO_TEST=<dependencies>
parent 5324d66f
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment