From a23d279dfa284c1faf13ef0100bb6434a8e83617 Mon Sep 17 00:00:00 2001 From: BoredGuy Date: Fri, 26 Sep 2025 08:49:38 +0300 Subject: Getting started on renderer --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 4eae662..5695ca5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,6 +10,9 @@ find_package(Dawn REQUIRED) add_executable(game "src/main.c" + "src/renderwindow.c" + + "include/renderwindow.h" ) target_link_libraries(game SDL3::SDL3 dawn::webgpu_dawn) -- cgit v1.2.3