JeanPhilippeKernel / RendererEngine

3D Renderer Engine builds with Vulkan and C++ 20
MIT License
171 stars 17 forks source link

Installing/Detecting NuGet program can be improved #327

Closed JeanPhilippeKernel closed 1 month ago

JeanPhilippeKernel commented 1 month ago

Currently, when searching for the NuGet program, it targets a specific directory and if not present a perform the download. However, there may be situations where developers have installed it elsewhere and made it accessible from the terminal.

For this task, we aim to locate the NuGet program, having defined a candidate for it. See CMake example: https://github.com/JeanPhilippeKernel/RendererEngine/blob/develop/Scripts/Shared.ps1#L99

JeanPhilippeKernel commented 1 month ago

@jnyfah you would like to take a look ?