[clang-format] Rename ExportBlockIndentation -> IndentExportBlock (#123493)
[llvm-project.git] / llvm / lib / Target / WebAssembly / Utils / CMakeLists.txt
blob49c1aa54020297c6d2fdb397fd45b7f92ba1edfe
1 add_llvm_component_library(LLVMWebAssemblyUtils
2   WebAssemblyTypeUtilities.cpp
4   LINK_COMPONENTS
5   CodeGen
6   CodeGenTypes
7   Core
8   MC
9   Support
10   WebAssemblyDesc
12   ADD_TO_COMPONENT
13   WebAssembly
14   )