Signed-off-by: hmz007 <hmz007@gmail.com> Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
10 lines
302 B
Plaintext
10 lines
302 B
Plaintext
prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include/libprotobuf-mutator
|
|
|
|
Name: libprotobuf-mutator
|
|
Description: randomly mutate protobuffers for fuzzing
|
|
Version: 0
|
|
Cflags: -I${includedir} -I${includedir}/src
|
|
Libs: -L${libdir} -lprotobuf-mutator-libfuzzer -lprotobuf-mutator
|