mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
12 lines
268 B
CMake
12 lines
268 B
CMake
set(sources
|
|
EVMInstructionInterpreter.h
|
|
EVMInstructionInterpreter.cpp
|
|
EwasmBuiltinInterpreter.h
|
|
EwasmBuiltinInterpreter.cpp
|
|
Interpreter.h
|
|
Interpreter.cpp
|
|
)
|
|
|
|
add_library(yulInterpreter ${sources})
|
|
target_link_libraries(yulInterpreter PUBLIC yul solidity solutil)
|