blob: d677f1bfe8141893be9a8da90a8713acbcc88c70 [file] [log] [blame] [edit]
FILE(GLOB asmjs_HEADERS *.h)
set(asmjs_SOURCES
asm_v_wasm.cpp
asmangle.cpp
shared-constants.cpp
${asmjs_HEADERS}
)
add_library(asmjs OBJECT ${asmjs_SOURCES})