[llvm] [cmake] Add possibility to use ChooseMSVCCRT.cmake when include LLVM library
[llvm-core.git] / tools / llvm-cvtres / CMakeLists.txt
blobe912030e205ee060d7a250547ffa3f56c05dcdce
1 set(LLVM_LINK_COMPONENTS
2   Object
3   Option
4   Support
5   )
7 set(LLVM_TARGET_DEFINITIONS Opts.td)
9 tablegen(LLVM Opts.inc -gen-opt-parser-defs)
10 add_public_tablegen_target(CvtResTableGen)
12 add_llvm_tool(llvm-cvtres
13   llvm-cvtres.cpp
14   )