xref: /llvm-project/llvm/lib/Target/SPIRV/TargetInfo/CMakeLists.txt (revision 7fd4622d4801cc14823ecde678d55b6f3a106eb9)
1add_llvm_component_library(LLVMSPIRVInfo
2  SPIRVTargetInfo.cpp
3
4  LINK_COMPONENTS
5  MC
6  Support
7
8  ADD_TO_COMPONENT
9  SPIRV
10  )
11