view tools/llvm-mt/CMakeLists.txt @ 121:803732b1fca8

LLVM 5.0
author kono
date Fri, 27 Oct 2017 17:07:41 +0900
parents
children
line wrap: on
line source

set(LLVM_LINK_COMPONENTS
  Option
  Support
  WindowsManifest
  )

set(LLVM_TARGET_DEFINITIONS Opts.td)

tablegen(LLVM Opts.inc -gen-opt-parser-defs)
add_public_tablegen_target(MtTableGen)

add_llvm_tool(llvm-mt
  llvm-mt.cpp
  )