From f9cd2526fc5878c52e290a8dc0bb9260c5bd797a Mon Sep 17 00:00:00 2001 From: Steven Noreyko <1909661+okyeron@users.noreply.github.com> Date: Mon, 19 Feb 2024 15:21:50 -0600 Subject: add vscode cmake stuff --- sw/vcpkg-configuration.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sw/vcpkg-configuration.json (limited to 'sw/vcpkg-configuration.json') diff --git a/sw/vcpkg-configuration.json b/sw/vcpkg-configuration.json new file mode 100644 index 0000000..de363ed --- /dev/null +++ b/sw/vcpkg-configuration.json @@ -0,0 +1,13 @@ +{ + "registries": [ + { + "name": "microsoft", + "location": "https://aka.ms/vcpkg-ce-default", + "kind": "artifact" + } + ], + "requires": { + "microsoft:tools/kitware/cmake": "* 3.20.1", + "microsoft:tools/ninja-build/ninja": "* 1.10.2" + } +} -- cgit v1.2.3