Undefined reference to 'ImGui::CreateContext' (vcpkg/cmake) #6833
Bekobii
started this conversation in
Build/Link/Run/Fonts issues ONLY!
Replies: 1 comment 3 replies
-
I can't answer this myself as I am not familiar with vcpkg and cmake but this basically means you are not properly linking with imgui. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I've been installing ImGUI via VCPKG and always get the same error as stated in the title.
undefined reference to ImGui::Begin(char const*, bool*, int)
This is how I import it via CMake.
GLFW does work but not imgui
Beta Was this translation helpful? Give feedback.
All reactions