compile your files!

This commit is contained in:
2025-03-16 23:22:30 -05:00
parent 518c8a9abb
commit e4588d95f9

View File

@@ -106,7 +106,7 @@
buildPhase = '' buildPhase = ''
g++ \ g++ \
modules/Window/src/*.cpp src/App.cpp \ modules/Window/src/*.cpp modules/Window/src/WindowImpl/GLFW/*.cpp src/App.cpp \
-fpic -shared \ -fpic -shared \
-I src -I include \ -I src -I include \
-lGL -lglfw -lGLEW \ -lGL -lglfw -lGLEW \