StudioCherno / Walnut

Walnut is a simple application framework for Vulkan and Dear ImGui apps
MIT License
1.99k stars 367 forks source link

LNK1104 cannot open file \Walnut\vendor\imgui\bin\Debug-windows-x86_64\ImGui\ImGui.lib #48

Closed CreativelyBad closed 1 year ago

CreativelyBad commented 1 year ago

Is anyone able to tell me if this is a mistake I'm making? I'm pretty new to C++ so maybe this is a really easy fix.

VagueLobster commented 1 year ago

it sounds like you forgot to clone the Walnut repository with --recursive

CreativelyBad commented 1 year ago

it sounds like you forgot to clone the Walnut repository with --recursive

Yup that solved it. Thanks for the help!