We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
debug-adapters.yml
1 parent 1be7f32 commit 75bcba8Copy full SHA for 75bcba8
tools/projmgr/CMakeLists.txt
@@ -7,6 +7,11 @@ dump_cmake_project_version()
7
8
configure_file(src/ProductInfo.h.in ProductInfo.h)
9
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
+
15
set_property(DIRECTORY PROPERTY VS_STARTUP_PROJECT projmgr)
16
17
# projmgr library
tools/projmgr/templates/debug-adapters.yml
0 commit comments