Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vcpkg libigl won't compile seamlessly with the vcpkg imgui integration #2389

Open
3 of 6 tasks
not-magic opened this issue May 15, 2024 · 0 comments
Open
3 of 6 tasks

Comments

@not-magic
Copy link

Describe your issue

If you install libigl via vcpkg with imgui + opengl and also install imgui with glfw-binding, it can't find backends/imgui_impl_glfw.h.

vcpkg just installs this in the regular include path and doesn't need to be in the "backends" folder.

libigl should probably do it the vcpkg way and just use #include <imgui_impl_glfw.h> and include the backends folder directly for test projects.

Checklist

  • I have read the bug report page
  • CMake issue: I have tried with a fresh clone/empty build directory

Platform

  • Windows
  • macOS Intel
  • macOS Arm (e.g., M1, M2)
  • Linux
@not-magic not-magic changed the title imgui won't compile seamlessly with the vcpkg imgui integration vcpkg libigl won't compile seamlessly with the vcpkg imgui integration May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant