Sign in
android
/
toolchain
/
llvm-project
/
refs/heads/android12-mainline-tethering-release
/
.
/
llvm
/
tools
/
llvm-mt
/
CMakeLists.txt
blob: e4e99468092145af4cccd0b6ef0571868aad2b61 [
file
] [
log
] [
blame
] [
edit
]
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
)