xref: /aosp_15_r20/external/llvm/tools/obj2yaml/CMakeLists.txt (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Workerset(LLVM_LINK_COMPONENTS
2*9880d681SAndroid Build Coastguard Worker  Object
3*9880d681SAndroid Build Coastguard Worker  ObjectYAML
4*9880d681SAndroid Build Coastguard Worker  Support
5*9880d681SAndroid Build Coastguard Worker  )
6*9880d681SAndroid Build Coastguard Worker
7*9880d681SAndroid Build Coastguard Workeradd_llvm_tool(obj2yaml
8*9880d681SAndroid Build Coastguard Worker  obj2yaml.cpp
9*9880d681SAndroid Build Coastguard Worker  coff2yaml.cpp
10*9880d681SAndroid Build Coastguard Worker  elf2yaml.cpp
11*9880d681SAndroid Build Coastguard Worker  macho2yaml.cpp
12*9880d681SAndroid Build Coastguard Worker  Error.cpp
13*9880d681SAndroid Build Coastguard Worker  )
14