This commit is contained in:
2025-04-11 11:31:18 -05:00
parent 8f62957886
commit 326edbd84a
3 changed files with 61 additions and 5 deletions

View File

@@ -176,10 +176,12 @@
$imgui/*.cpp \
-DRENDERER_OPENGL \
-DWINDOW_GLFW \
-DMAINGUI_DYNAMIC \
-DOLLAMA_DYNAMIC \
-fpic -shared \
-I src -I include -I $imgui -I . \
-lGL -lglfw -lGLEW \
$(curl-config --cflags) \
$(curl-config --libs) \
-Wall \
-o $name
'';