solidity/test/tools/yulInterpreter/CMakeLists.txt

10 lines
212 B
CMake
Raw Normal View History

2018-02-06 09:57:16 +00:00
set(sources
EVMInstructionInterpreter.h
EVMInstructionInterpreter.cpp
Interpreter.h
Interpreter.cpp
)
add_library(yulInterpreter ${sources})
target_link_libraries(yulInterpreter PUBLIC yul solidity devcore)