1set(LLVM_LINK_COMPONENTS
2  Option
3  Support
4  WindowsManifest
5  )
6
7set(LLVM_TARGET_DEFINITIONS Opts.td)
8
9tablegen(LLVM Opts.inc -gen-opt-parser-defs)
10add_public_tablegen_target(MtTableGen)
11
12add_llvm_tool(llvm-mt
13  llvm-mt.cpp
14  )
15