Skip to content

Commit 3f8f03a

Browse files
authored
[projmgr] Move debug-adapters.yml to dedicated repository
1 parent 1be7f32 commit 3f8f03a

File tree

2 files changed

+5
-39
lines changed

2 files changed

+5
-39
lines changed

tools/projmgr/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ dump_cmake_project_version()
77

88
configure_file(src/ProductInfo.h.in ProductInfo.h)
99

10+
file(DOWNLOAD
11+
https://raw.githubusercontent.com/Open-CMSIS-Pack/debug-adapter-registry/refs/heads/main/registry/debug-adapters.yml
12+
${CMAKE_CURRENT_SOURCE_DIR}/templates/debug-adapters.yml
13+
)
14+
1015
set_property(DIRECTORY PROPERTY VS_STARTUP_PROJECT projmgr)
1116

1217
# projmgr library

tools/projmgr/templates/debug-adapters.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)