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