Skip to content

Commit 681b241

Browse files
committed
[gn build] Port fbb8929
1 parent fbb8929 commit 681b241

File tree

1 file changed

+3
-1
lines changed
  • llvm/utils/gn/secondary/lldb/tools/lldb-dap

1 file changed

+3
-1
lines changed

llvm/utils/gn/secondary/lldb/tools/lldb-dap/BUILD.gn

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ executable("lldb-dap") {
8888
"LLDBUtils.cpp",
8989
"OutputRedirector.cpp",
9090
"ProgressEvent.cpp",
91-
"Protocol.cpp",
91+
"Protocol/ProtocolBase.cpp",
92+
"Protocol/ProtocolRequests.cpp",
93+
"Protocol/ProtocolTypes.cpp",
9294
"RunInTerminal.cpp",
9395
"SourceBreakpoint.cpp",
9496
"Transport.cpp",

0 commit comments

Comments
 (0)