heavy refactoring
This commit is contained in:
@@ -126,13 +126,16 @@
|
||||
buildPhase = ''
|
||||
clang++ \
|
||||
modules/examples/GuiModules/TestImgui/src/*.cpp \
|
||||
modules/WindowModule/src/*.cpp \
|
||||
$imgui/backends/imgui_impl_glfw.cpp \
|
||||
$imgui/backends/imgui_impl_opengl3.cpp \
|
||||
$imgui/*.cpp \
|
||||
-DRENDERER_OPENGL \
|
||||
-DWINDOW_GLFW \
|
||||
-DGUIMODULE \
|
||||
-DWINDOWMODULE_STATIC \
|
||||
-fpic -shared \
|
||||
-I src -I include -I $imgui \
|
||||
-I src -I include -I $imgui -I . \
|
||||
-lGL -lglfw -lGLEW \
|
||||
-Wall \
|
||||
-o $name
|
||||
|
||||
Reference in New Issue
Block a user