18 lines
346 B
CMake
18 lines
346 B
CMake
|
add_llvm_component_library(LLVMWebAssemblyDesc
|
||
|
WebAssemblyAsmBackend.cpp
|
||
|
WebAssemblyInstPrinter.cpp
|
||
|
WebAssemblyMCAsmInfo.cpp
|
||
|
WebAssemblyMCCodeEmitter.cpp
|
||
|
WebAssemblyMCTargetDesc.cpp
|
||
|
WebAssemblyTargetStreamer.cpp
|
||
|
WebAssemblyWasmObjectWriter.cpp
|
||
|
|
||
|
LINK_COMPONENTS
|
||
|
MC
|
||
|
Support
|
||
|
WebAssemblyInfo
|
||
|
|
||
|
ADD_TO_COMPONENT
|
||
|
WebAssembly
|
||
|
)
|