From cd5c2ee728fcfc5c0bf81ba51899fa7369d0d1e2 Mon Sep 17 00:00:00 2001 From: skal Date: Tue, 17 Feb 2026 09:08:25 +0100 Subject: feat: Rename GPU stub and headless files and update references --- cmake/DemoCommon.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmake/DemoCommon.cmake') diff --git a/cmake/DemoCommon.cmake b/cmake/DemoCommon.cmake index 401ea05..5f41786 100644 --- a/cmake/DemoCommon.cmake +++ b/cmake/DemoCommon.cmake @@ -14,8 +14,8 @@ # # Usage: # demo_set_conditional_sources(GPU_SOURCES -# "src/gpu/headless_gpu.cc;src/gpu/effect.cc" -# "src/gpu/stub_gpu.cc" +# "src/gpu/gpu_headless.cc;src/gpu/effect.cc" +# "src/gpu/gpu_stub.cc" # "src/gpu/gpu.cc;src/gpu/effect.cc" # ) function(demo_set_conditional_sources VAR HEADLESS_LIST STRIP_LIST NORMAL_LIST) -- cgit v1.2.3