view tools/llvm-rc/CMakeLists.txt @ 148:63bd29f05246

merged
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 14 Aug 2019 19:46:37 +0900
parents c2174574ed3a
children
line wrap: on
line source

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
  ResourceScriptCppFilter.cpp
  ResourceScriptParser.cpp
  ResourceScriptStmt.cpp
  ResourceScriptToken.cpp
  )