1set(LLVM_LINK_COMPONENTS 2 Object 3 Option 4 Support 5 ) 6 7set(LLVM_TARGET_DEFINITIONS Opts.td) 8 9tablegen(LLVM Opts.inc -gen-opt-parser-defs) 10add_public_tablegen_target(CvtResTableGen) 11 12add_llvm_tool(llvm-cvtres 13 llvm-cvtres.cpp 14 ) 15