16 lines · plain
1set(LLVM_LINK_COMPONENTS2 BinaryFormat3 Object4 Option5 Support6 )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-cvtres14 llvm-cvtres.cpp15 )16