xref: /llvm-project/llvm/lib/TextAPI/BinaryReader/CMakeLists.txt (revision a4de589d117a4fd52554da3c61ae6eb26c90a0c8)
1add_llvm_component_library(LLVMTextAPIBinaryReader
2  DylibReader.cpp
3
4  LINK_COMPONENTS
5  DebugInfoDWARF
6  Support
7  Object
8  TextAPI
9  TargetParser
10)
11