diff options
| author | skal <pascal.massimino@gmail.com> | 2026-01-31 21:09:08 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-01-31 21:09:08 +0100 |
| commit | 9379697ccdf6f44ade7933d5635f72f644f6b92e (patch) | |
| tree | 266a4fb6373590cce8941e28dd13df0015cdd4eb | |
| parent | cccb09e478c419fb9f0da97b6e99bcf2c98bd751 (diff) | |
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.
| -rw-r--r-- | CMakeLists.txt | 2 |
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 ) |
