solidity/test/tools/CMakeLists.txt

3 lines
128 B
CMake
Raw Normal View History

add_executable(solfuzzer fuzzer.cpp)
target_link_libraries(solfuzzer PRIVATE libsolc evmasm ${Boost_PROGRAM_OPTIONS_LIBRARIES})