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