summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-01-31 00:57:47 +0100
committerskal <pascal.massimino@gmail.com>2026-01-31 00:57:49 +0100
commit2520ae66ce2da210eaeaeba44c467c97e0c3fdd0 (patch)
treecf04b194f81966a109a846e2728cab0875db20d1 /CMakeLists.txt
parent91f557d8777d6185ed47927318973d515f8dcbee (diff)
Chore: Remove trailing whitespaces across the codebase
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++"
)