brintos

brintos / llvm-project-archived public Read only

0
0
Text · 244 B · 2e70c54 Raw
10 lines · plain
1static_library("Interfaces") {2  output_name = "lldbInterpreterInterfaces"3  configs += [ "//llvm/utils/gn/build:lldb_code" ]4  deps = [5    "//lldb/source/Utility",6    "//llvm/lib/Support",7  ]8  sources = [ "ScriptedInterfaceUsages.cpp" ]9}10