You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
302 B
10 lines
302 B
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
|