1 2 3 4 5 6 7
SET(wasm_SOURCES wasm.cpp wasm-binary.cpp wasm-io.cpp wasm-s-parser.cpp ) ADD_LIBRARY(wasm STATIC ${wasm_SOURCES})