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 ffa29ad..0820580 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -281,7 +281,7 @@ if(DEMO_BUILD_TESTS)
src/gpu/effect.cc
src/gpu/demo_effects.cc
src/gpu/gpu.cc
- src/timeline.cc
+ ${GENERATED_TIMELINE_CC}
src/platform.cc
third_party/glfw3webgpu/glfw3webgpu.c # Link glfw3webgpu source
)