mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
3 lines
128 B
CMake
3 lines
128 B
CMake
add_executable(solfuzzer fuzzer.cpp)
|
|
target_link_libraries(solfuzzer PRIVATE libsolc evmasm ${Boost_PROGRAM_OPTIONS_LIBRARIES})
|