xref: /llvm-project/llvm/lib/Target/DirectX/DXILWriter/CMakeLists.txt (revision f09cf34d00625e57dea5317a3ac0412c07292148)
1include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../)
2
3add_llvm_component_library(LLVMDXILBitWriter
4  DXILBitcodeWriter.cpp
5  DXILValueEnumerator.cpp
6  DXILWriterPass.cpp
7
8  DEPENDS
9  intrinsics_gen
10
11  LINK_COMPONENTS
12  Analysis
13  BitWriter
14  Core
15  DirectXPointerTypeAnalysis
16  MC
17  Object
18  Support
19  TargetParser
20  TransformUtils
21  )
22