From 04e1c8800f81d7f01e7f52546c75fc39779f72ae Mon Sep 17 00:00:00 2001 From: skal Date: Tue, 3 Feb 2026 09:19:16 +0100 Subject: refactor(build): Modularize build system with static libraries Completed the first part of Task #25. Created static libraries for each subsystem (audio, gpu, 3d, util, procedural) and refactored all executables to link against them. This improves modularity and simplifies the build process. Also fixed linker errors related to glfw, wgpu, and miniaudio. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 32f1095..90ae97e 100644 --- a/.gitignore +++ b/.gitignore @@ -22,7 +22,7 @@ src/generated/test_assets.h src/generated/test_assets_data.cc src/generated/ -assets/wav/ +assets/originals/ build_native/ build_win/ third_party/windows/ -- cgit v1.2.3