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

Get SDL2, ImGui, and graphics sample building on Windows with Bazel. #180

Closed
wants to merge 2 commits into from

Conversation

ScottTodd
Copy link
Member

  • Fix Vulkan SDK lib path on Windows.
  • Workaround SDL omitting includes for intrinsics.
  • Adjust .bazelrc to be less restrictive (Windows GDI, Graphics Device Interace, is needed now).

Tested that bazel build //... and bazel run //iree/samples/rt/vulkan:vk_graphics_integration both work on my Windows machine.

Relates to #19

@ScottTodd ScottTodd added the infrastructure Relating to build systems, CI, or testing label Dec 9, 2019
@ScottTodd ScottTodd requested a review from benvanik December 9, 2019 16:39
benvanik
benvanik previously approved these changes Dec 10, 2019
* Fix Vulkan SDK lib path on Windows.
* Workaround SDL omitting includes for intrinsics.
* Adjust .bazelrc to be less restrictive (Windows GDI, Graphics Device Interace, is needed now).

Relates to #19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Relating to build systems, CI, or testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants