mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
CMakeLists adapted
This commit is contained in:
parent
8973ca3c85
commit
91786d02b6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user