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