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