[llvm-readobj] - Fix a TODO in elf-reloc-zero-name-or-value.test.
[llvm-complete.git] / tools / llvm-rc / CMakeLists.txt
blob4cadc176691c8e9c0ad45f6b8c14769655bc67c7
1 set(LLVM_LINK_COMPONENTS
2   Option
3   Support
4   )
6 set(LLVM_TARGET_DEFINITIONS Opts.td)
8 tablegen(LLVM Opts.inc -gen-opt-parser-defs)
9 add_public_tablegen_target(RcTableGen)
11 add_llvm_tool(llvm-rc
12   llvm-rc.cpp
13   ResourceFileWriter.cpp
14   ResourceScriptCppFilter.cpp
15   ResourceScriptParser.cpp
16   ResourceScriptStmt.cpp
17   ResourceScriptToken.cpp
18   )