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 ) 15