1 set(LLVM_LINK_COMPONENTS
8 set(LLVM_TARGET_DEFINITIONS Opts.td)
9 tablegen(LLVM Opts.inc -gen-opt-parser-defs)
10 add_public_tablegen_target(RcOptsTableGen)
12 set(LLVM_TARGET_DEFINITIONS WindresOpts.td)
13 tablegen(LLVM WindresOpts.inc -gen-opt-parser-defs)
14 add_public_tablegen_target(WindresOptsTableGen)
18 ResourceFileWriter.cpp
19 ResourceScriptCppFilter.cpp
20 ResourceScriptParser.cpp
21 ResourceScriptStmt.cpp
22 ResourceScriptToken.cpp
28 add_llvm_tool_symlink(llvm-windres llvm-rc)
30 if(LLVM_INSTALL_BINUTILS_SYMLINKS)
31 add_llvm_tool_symlink(windres llvm-rc)