This commit is contained in:
2025-03-29 23:29:42 -05:00
parent 0c67caf827
commit 08f1d7ba7b
2 changed files with 2 additions and 2 deletions

View File

@@ -78,6 +78,7 @@
include/utils/Window/*.cpp \
-DRENDERER_OPENGL \
-DWINDOW_GLFW \
-DGUIMODULE \
-I src -I include -I $imgui -I . \
-lGL -lglfw -lGLEW \
-Wall \
@@ -136,7 +137,6 @@
-fpic -shared \
-I src -I include \
-Wall \
-DGUIMODULE_H \
-o $name
'';