summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7f42c47..410ebc1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -42,7 +42,7 @@ set(DEMO_LIBS glfw ${WGPU_LIBRARY})
# Platform-specific dependencies
if (APPLE)
set_source_files_properties(
- src/platform.cc
+ src/platform.cc
third_party/glfw3webgpu/glfw3webgpu.c
PROPERTIES COMPILE_FLAGS "-x objective-c++"
)