468663ddbb
Former-commit-id: 1d6753294b2993e1fbf92de9366bb9544db4189b
15 lines
230 B
CMake
15 lines
230 B
CMake
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
|
|
)
|