- # Copyright (C) Microsoft Corporation. All rights reserved.
- # This file is distributed under the University of Illinois Open Source License. See LICENSE.TXT for details.
- add_llvm_library(LLVMDxcSupport
- dxcapi.use.cpp
- dxcmem.cpp
- FileIOHelper.cpp
- Global.cpp
- HLSLOptions.cpp
- Unicode.cpp
- WinAdapter.cpp
- WinFunctions.cpp
- )
- add_dependencies(LLVMDxcSupport TablegenHLSLOptions)
|