build
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
buildPhase = ''
|
||||
clang++ \
|
||||
modules/examples/Modules/TestMenu/src/*.cpp \
|
||||
modules/examples/TestMenu/src/*.cpp \
|
||||
-fpic -shared \
|
||||
-I src \
|
||||
-Wall \
|
||||
@@ -39,7 +39,7 @@
|
||||
|
||||
buildPhase = ''
|
||||
clang++ \
|
||||
modules/examples/Modules/Print/src/*.cpp \
|
||||
modules/examples/Print/src/*.cpp \
|
||||
-fpic -shared \
|
||||
-I src -I include \
|
||||
-Wall \
|
||||
@@ -66,7 +66,7 @@
|
||||
|
||||
buildPhase = ''
|
||||
clang++ \
|
||||
modules/examples/Modules/DependsOnPrint/src/*.cpp \
|
||||
modules/examples/DependsOnPrint/src/*.cpp \
|
||||
-fpic -shared \
|
||||
-I src -I include \
|
||||
-Wall \
|
||||
@@ -93,8 +93,8 @@
|
||||
|
||||
buildPhase = ''
|
||||
clang++ \
|
||||
modules/examples/Modules/DependsOnPrintStatic/src/*.cpp \
|
||||
modules/examples/Modules/Print/src/*.cpp \
|
||||
modules/examples/DependsOnPrintStatic/src/*.cpp \
|
||||
modules/examples/Print/src/*.cpp \
|
||||
-fpic -shared \
|
||||
-I src -I include -I . \
|
||||
-DDEPENDSONPRINTSTATIC_DYNAMIC \
|
||||
@@ -128,7 +128,7 @@
|
||||
|
||||
buildPhase = ''
|
||||
clang++ \
|
||||
modules/examples/GuiModules/TestImgui/src/*.cpp \
|
||||
modules/examples/TestImgui/src/*.cpp \
|
||||
modules/WindowModule/src/*.cpp \
|
||||
modules/ImguiModule/src/*.cpp \
|
||||
$imgui/backends/imgui_impl_glfw.cpp \
|
||||
@@ -166,7 +166,7 @@
|
||||
|
||||
buildPhase = ''
|
||||
clang++ \
|
||||
modules/examples/GuiModules/TestClay/src/*.cpp \
|
||||
modules/examples/TestClay/src/*.cpp \
|
||||
-fpic -shared \
|
||||
-I src -I include \
|
||||
-DRENDERER_OPENGL \
|
||||
|
||||
Reference in New Issue
Block a user