From 9379697ccdf6f44ade7933d5635f72f644f6b92e Mon Sep 17 00:00:00 2001 From: skal Date: Sat, 31 Jan 2026 21:09:08 +0100 Subject: fix(build): correct generated timeline path in test_sequence - Updated test_sequence target to use the new generated timeline path in src/generated/. - Verified clean build and successful test execution. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- cgit v1.2.3