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