summaryrefslogtreecommitdiffstats
path: root/llvm/tools/yaml2obj/CMakeLists.txt
blob: 0cbc8e0d65002d717a22c6c5f330ebc2cd365a36 (plain)
1
2
3
4
5
6
7
8
set(LLVM_LINK_COMPONENTS
  ObjectYAML
  Support
  )

add_llvm_tool(yaml2obj
  yaml2obj.cpp
  )
OpenPOWER on IntegriCloud