From e087ac70d15195a11884a4d304880ff4855a61af Mon Sep 17 00:00:00 2001 From: Nathan Date: Sat, 29 Mar 2025 22:07:29 -0500 Subject: [PATCH] update build --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 0317113..f26f3bf 100755 --- a/flake.nix +++ b/flake.nix @@ -186,10 +186,11 @@ buildPhase = '' clang++ \ - modules/GUImodules/TestImgui/src/*.cpp src/App.cpp \ + modules/GUImodules/TestImgui/src/*.cpp \ $imgui/backends/imgui_impl_glfw.cpp \ $imgui/backends/imgui_impl_opengl3.cpp \ $imgui/*.cpp \ + include/utils/App/App.cpp \ include/utils/Renderer/*.cpp \ include/utils/Window/*.cpp \ -DRENDERER_OPENGL \