CMakeLists.txt 354 B

123456789101112
  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. add_llvm_library(LLVMDxcSupport
  4. dxcapi.use.cpp
  5. dxcmem.cpp
  6. FileIOHelper.cpp
  7. Global.cpp
  8. HLSLOptions.cpp
  9. Unicode.cpp
  10. )
  11. add_dependencies(LLVMDxcSupport TablegenHLSLOptions)