[Lldb-commits] [PATCH] D93601: lldb-vscode: Install package.json to share/lldb-vscode
Daan De Meyer via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sun Dec 20 12:45:53 PST 2020
DaanDeMeyer created this revision.
DaanDeMeyer added a reviewer: LLDB.
DaanDeMeyer added a project: LLDB.
Herald added subscribers: JDevlieghere, mgorny.
DaanDeMeyer requested review of this revision.
Herald added a subscriber: lldb-commits.
This makes it easier to install the extension since the necessary file
is already made available when lldb is installed instead of having to
go and retrieve it from the llvm repo.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D93601
Files:
lldb/tools/lldb-vscode/CMakeLists.txt
Index: lldb/tools/lldb-vscode/CMakeLists.txt
===================================================================
--- lldb/tools/lldb-vscode/CMakeLists.txt
+++ lldb/tools/lldb-vscode/CMakeLists.txt
@@ -44,6 +44,8 @@
Support
)
+install(FILES package.json DESTINATION share/lldb-vscode)
+
if(LLDB_BUILD_FRAMEWORK)
# In the build-tree, we know the exact path to the framework directory.
# The installed framework can be in different locations.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93601.312995.patch
Type: text/x-patch
Size: 457 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20201220/7fa590de/attachment.bin>
More information about the lldb-commits
mailing list