1 set(LLVM_LINK_COMPONENTS
7 set(LLVM_TARGET_DEFINITIONS Opts.td)
8 tablegen(LLVM Opts.inc -gen-opt-parser-defs)
9 add_public_tablegen_target(RcOptsTableGen)
11 set(LLVM_TARGET_DEFINITIONS WindresOpts.td)
12 tablegen(LLVM WindresOpts.inc -gen-opt-parser-defs)
13 add_public_tablegen_target(WindresOptsTableGen)
17 ResourceFileWriter.cpp
18 ResourceScriptCppFilter.cpp
19 ResourceScriptParser.cpp
20 ResourceScriptStmt.cpp
21 ResourceScriptToken.cpp
24 add_llvm_tool_symlink(llvm-windres llvm-rc)
26 if(LLVM_INSTALL_BINUTILS_SYMLINKS)
27 add_llvm_tool_symlink(windres llvm-rc)