fix build
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
buildPhase = ''
|
||||
clang++ \
|
||||
modules/TestMenu/src/*.cpp \
|
||||
modules/examples/Modules/TestMenu/src/*.cpp \
|
||||
-fpic -shared \
|
||||
-I src \
|
||||
-Wall \
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
buildPhase = ''
|
||||
clang++ \
|
||||
modules/Print/src/*.cpp \
|
||||
modules/examples/Modules/Print/src/*.cpp \
|
||||
-fpic -shared \
|
||||
-I src -I include \
|
||||
-Wall \
|
||||
@@ -64,7 +64,7 @@
|
||||
|
||||
buildPhase = ''
|
||||
clang++ \
|
||||
modules/DependsOnPrint/src/*.cpp \
|
||||
modules/examples/Modules/DependsOnPrint/src/*.cpp \
|
||||
-fpic -shared \
|
||||
-I src -I include \
|
||||
-Wall \
|
||||
@@ -90,8 +90,8 @@
|
||||
|
||||
buildPhase = ''
|
||||
clang++ \
|
||||
modules/DependsOnPrintStatic/src/*.cpp \
|
||||
modules/Print/src/*.cpp \
|
||||
modules/examples/Modules/DependsOnPrintStatic/src/*.cpp \
|
||||
modules/examples/Modules/Print/src/*.cpp \
|
||||
-fpic -shared \
|
||||
-I src -I include -I . \
|
||||
-DPRINT_STATIC \
|
||||
@@ -125,7 +125,7 @@
|
||||
|
||||
buildPhase = ''
|
||||
clang++ \
|
||||
modules/GUImodules/TestImgui/src/*.cpp \
|
||||
modules/examples/GuiModules/TestImgui/src/*.cpp \
|
||||
$imgui/backends/imgui_impl_glfw.cpp \
|
||||
$imgui/backends/imgui_impl_opengl3.cpp \
|
||||
$imgui/*.cpp \
|
||||
@@ -159,7 +159,7 @@
|
||||
|
||||
buildPhase = ''
|
||||
clang++ \
|
||||
modules/TestClay/src/*.cpp \
|
||||
modules/examples/GuiModules/TestClay/src/*.cpp \
|
||||
-fpic -shared \
|
||||
-I src -I include \
|
||||
-DRENDERER_OPENGL \
|
||||
|
||||
Reference in New Issue
Block a user