summaryrefslogtreecommitdiffstats
path: root/tools/yaml2obj/CMakeLists.txt
blob: adeac2331a6b6dc288eeb48594fa3ab6cd468e3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
set(LLVM_LINK_COMPONENTS
  DebugInfoCodeView
  MC
  Object
  ObjectYAML
  Support
  )

add_llvm_tool(yaml2obj
  yaml2obj.cpp
  yaml2coff.cpp
  yaml2elf.cpp
  yaml2macho.cpp
  yaml2wasm.cpp
  )