CMakeLists.txt 339 B

123456
  1. # Copyright (C) Microsoft Corporation. All rights reserved.
  2. # This file is distributed under the University of Illinois Open Source License. See LICENSE.TXT for details.
  3. # TableGen HLSL options.
  4. set(LLVM_TARGET_DEFINITIONS HLSLOptions.td)
  5. tablegen(LLVM HLSLOptions.inc -gen-opt-parser-defs)
  6. add_public_tablegen_target(TablegenHLSLOptions)