blob: 748137b6a93541641a3ec91155ce6f32a61d8003 (
plain)
1
2
3
4
5
6
7
8
9
10
|
set(SOURCES
AbstractMachine/AbstractMachine.cpp
AbstractMachine/BytecodeInterpreter.cpp
AbstractMachine/Configuration.cpp
Parser/Parser.cpp
Printer/Printer.cpp
)
serenity_lib(LibWasm wasm)
target_link_libraries(LibWasm LibC LibCore)
|