From 09d21d3dcf2684f8ee5e5ce9f54f7b59b85f0b86 Mon Sep 17 00:00:00 2001 From: Pascal Thomet Date: Tue, 1 Oct 2024 11:05:42 +0200 Subject: [PATCH] removed hello-imgui-vcpkg-symlink --- hello_imgui_cmake/overlay_vcpkg/hello-imgui-vcpkg-symlink | 1 - hello_imgui_cmake/overlay_vcpkg/make_symlink.sh | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 120000 hello_imgui_cmake/overlay_vcpkg/hello-imgui-vcpkg-symlink create mode 100755 hello_imgui_cmake/overlay_vcpkg/make_symlink.sh diff --git a/hello_imgui_cmake/overlay_vcpkg/hello-imgui-vcpkg-symlink b/hello_imgui_cmake/overlay_vcpkg/hello-imgui-vcpkg-symlink deleted file mode 120000 index 61ed1d1a..00000000 --- a/hello_imgui_cmake/overlay_vcpkg/hello-imgui-vcpkg-symlink +++ /dev/null @@ -1 +0,0 @@ -../../vcpkg/ports/hello-imgui \ No newline at end of file diff --git a/hello_imgui_cmake/overlay_vcpkg/make_symlink.sh b/hello_imgui_cmake/overlay_vcpkg/make_symlink.sh new file mode 100755 index 00000000..32d29480 --- /dev/null +++ b/hello_imgui_cmake/overlay_vcpkg/make_symlink.sh @@ -0,0 +1,2 @@ +#!/bin/bash +ln -s ../../vcpkg/ports/hello-imgui hello-imgui-vcpkg-symlink