CMakeLists.txt 390 B

1234567891011121314
  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. WinAdapter.cpp
  11. WinFunctions.cpp
  12. )
  13. add_dependencies(LLVMDxcSupport TablegenHLSLOptions)