Skip to content

WebGPU: clean up CMake code

Ben Boeckel requested to merge ben.boeckel/vtk:webgpu-cmake-cleanup into master

Lots of little things, but they add up. Overview:

  • clean up CMake options to fit the existing patterns
  • make definitions more private
  • stop publicizing internal definitions where possible
  • provide imported targets from FindDawn

Merge request reports