1 2 3 4 5 6 7
set(SOURCES Parser/Parser.cpp Printer/Printer.cpp ) serenity_lib(LibWasm wasm) target_link_libraries(LibWasm LibC LibCore)