StudioCherno / Walnut

Walnut is a simple application framework for Vulkan and Dear ImGui apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repetitive glm dependency

jamesnulliu opened this issue · comments

In Visual Studio 2022, I notice that there is a repetitive glm dependency to the path "Walnut/vendor/glm" and VulkanSDK. This causes a duplicated occurance of "glm" and sub-headers in the prompt for code auto-completion.

This is avoidable by not adding any dependency of "Walnut/vendor/glm" to premake files, since Vulkan is bound to be included in the project.