fix build

This commit is contained in:
2025-04-01 00:38:26 -05:00
parent 8669d4fe7c
commit da969dbc25
2 changed files with 8 additions and 8 deletions

View File

@@ -48,7 +48,7 @@
buildPhase = '' buildPhase = ''
clang++ \ clang++ \
src/example_apps/ImguiEmbed/*.cpp \ src/example_apps/ImguiEmbed/*.cpp \
modules/GUImodules/TestImgui/src/*.cpp \ modules/examples/GuiModules/TestImgui/src/*.cpp \
$imgui/backends/imgui_impl_glfw.cpp \ $imgui/backends/imgui_impl_glfw.cpp \
$imgui/backends/imgui_impl_opengl3.cpp \ $imgui/backends/imgui_impl_opengl3.cpp \
$imgui/*.cpp \ $imgui/*.cpp \

View File

@@ -12,7 +12,7 @@
buildPhase = '' buildPhase = ''
clang++ \ clang++ \
modules/TestMenu/src/*.cpp \ modules/examples/Modules/TestMenu/src/*.cpp \
-fpic -shared \ -fpic -shared \
-I src \ -I src \
-Wall \ -Wall \
@@ -38,7 +38,7 @@
buildPhase = '' buildPhase = ''
clang++ \ clang++ \
modules/Print/src/*.cpp \ modules/examples/Modules/Print/src/*.cpp \
-fpic -shared \ -fpic -shared \
-I src -I include \ -I src -I include \
-Wall \ -Wall \
@@ -64,7 +64,7 @@
buildPhase = '' buildPhase = ''
clang++ \ clang++ \
modules/DependsOnPrint/src/*.cpp \ modules/examples/Modules/DependsOnPrint/src/*.cpp \
-fpic -shared \ -fpic -shared \
-I src -I include \ -I src -I include \
-Wall \ -Wall \
@@ -90,8 +90,8 @@
buildPhase = '' buildPhase = ''
clang++ \ clang++ \
modules/DependsOnPrintStatic/src/*.cpp \ modules/examples/Modules/DependsOnPrintStatic/src/*.cpp \
modules/Print/src/*.cpp \ modules/examples/Modules/Print/src/*.cpp \
-fpic -shared \ -fpic -shared \
-I src -I include -I . \ -I src -I include -I . \
-DPRINT_STATIC \ -DPRINT_STATIC \
@@ -125,7 +125,7 @@
buildPhase = '' buildPhase = ''
clang++ \ clang++ \
modules/GUImodules/TestImgui/src/*.cpp \ modules/examples/GuiModules/TestImgui/src/*.cpp \
$imgui/backends/imgui_impl_glfw.cpp \ $imgui/backends/imgui_impl_glfw.cpp \
$imgui/backends/imgui_impl_opengl3.cpp \ $imgui/backends/imgui_impl_opengl3.cpp \
$imgui/*.cpp \ $imgui/*.cpp \
@@ -159,7 +159,7 @@
buildPhase = '' buildPhase = ''
clang++ \ clang++ \
modules/TestClay/src/*.cpp \ modules/examples/GuiModules/TestClay/src/*.cpp \
-fpic -shared \ -fpic -shared \
-I src -I include \ -I src -I include \
-DRENDERER_OPENGL \ -DRENDERER_OPENGL \