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