CMakeLists adapted

This commit is contained in:
Bhargava Shastry 2020-04-10 23:02:31 +02:00
parent 8973ca3c85
commit 91786d02b6

View File

@ -100,16 +100,18 @@ if (OSSFUZZ)
add_executable(sol_proto_ossfuzz
solProtoFuzzer.cpp
../fuzzer_common.cpp
protoToSol.cpp
solProto.pb.cc
abiV2Proto.pb.cc
protoToAbiV2.cpp
abiV2FuzzerCommon.cpp
../../EVMHost.cpp
SolProtoAdaptor.cpp
)
target_include_directories(sol_proto_ossfuzz PRIVATE
/usr/include/libprotobuf-mutator
)
target_link_libraries(sol_proto_ossfuzz PRIVATE solidity libsolc
evmc
evmone-standalone
protobuf-mutator-libfuzzer.a
protobuf-mutator.a
protobuf.a