We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 400f587 commit 1ae231cCopy full SHA for 1ae231c
1 file changed
examples/WebGPUDemo/CMakeLists.txt
@@ -20,7 +20,7 @@
20
# -lwayland-client -o spinning_triangle
21
22
cmake_minimum_required(VERSION 3.16)
23
-project(spinning_triangle LANGUAGES CXX)
+project(spinning_triangle LANGUAGES C CXX)
24
25
# ---------------------------------------------------------------------------
26
# WebGPU backend — set WGPU_PATH to your wgpu-native or Dawn installation.
@@ -77,7 +77,7 @@ else()
77
# Linux / Wayland — also needs the generated xdg-shell protocol glue.
78
set(PLATFORM_SOURCES
79
platform/platform_wayland.cpp
80
- xdg-shell-protocol.c
+ platform/xdg-shell-protocol.c
81
)
82
set(PLATFORM_LIBS wayland-client)
83
endif()
0 commit comments