add_library(GFXWebGPU STATIC src/gfx_webgpu.cpp)
target_include_directories(GFXWebGPU PUBLIC include)
target_link_libraries(GFXWebGPU PUBLIC GFX)