summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-rc/CMakeLists.txt
blob: e5c0eb25d7bc3832a9c8812959f7912f187d49c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
set(LLVM_LINK_COMPONENTS
  Option
  Support
  )

set(LLVM_TARGET_DEFINITIONS Opts.td)

tablegen(LLVM Opts.inc -gen-opt-parser-defs)
add_public_tablegen_target(RcTableGen)

add_llvm_tool(llvm-rc
  llvm-rc.cpp
  ResourceFileWriter.cpp
  ResourceScriptParser.cpp
  ResourceScriptStmt.cpp
  ResourceScriptToken.cpp
  )
OpenPOWER on IntegriCloud