Undefined references when installing Dear ImGui + SDL3 backends via vcpkg #8774
KasimAhmic
started this conversation in
New Users Build/Link/Run issues ONLY!
Replies: 1 comment
-
Like others, I too have gone the route of adding Dear ImGui as a Git submodule with some modifications to my CMakeLists and everything works now. That said, I would prefer to figure out what I'm doing wrong with vcpkg so I can just use that for package management. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am trying to get Dear ImGui running inside my SDL3 game but am encountering issues at the linking phase. Despite the headers being discoverable in CLion just fine, it seems the linker is unable to find them and I am unsure as to why. I've found a few other discussions where people had similar problems and while some of them were able to work around the issues by manually including Dear ImGui in their project, no one seems to have been able to resolve the original vcpkg issue.
I'm very new to C++ and newer still to C++ build systems so any help would be much appreciated!
vcpkg.json
CMakeLists.txt
Build output
Beta Was this translation helpful? Give feedback.
All reactions