OSDN Git Service

Merging r340691:
[android-x86/external-llvm.git] / tools / llvm-cvtres / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   Object
3   Option
4   Support
5   )
6
7 set(LLVM_TARGET_DEFINITIONS Opts.td)
8
9 tablegen(LLVM Opts.inc -gen-opt-parser-defs)
10 add_public_tablegen_target(CvtResTableGen)
11
12 add_llvm_tool(llvm-cvtres
13   llvm-cvtres.cpp
14   )