make include headers only
This commit is contained in:
20
flake.nix
20
flake.nix
@@ -36,7 +36,6 @@
|
||||
buildPhase = ''
|
||||
clang++ \
|
||||
src/example_apps/MinimalApp/MinimalApp.cpp \
|
||||
include/utils/App/App.cpp \
|
||||
-I src -I include \
|
||||
-Wall \
|
||||
-o $name
|
||||
@@ -73,9 +72,6 @@
|
||||
$imgui/backends/imgui_impl_glfw.cpp \
|
||||
$imgui/backends/imgui_impl_opengl3.cpp \
|
||||
$imgui/*.cpp \
|
||||
include/utils/App/App.cpp \
|
||||
include/utils/Renderer/*.cpp \
|
||||
include/utils/Window/*.cpp \
|
||||
-DRENDERER_OPENGL \
|
||||
-DWINDOW_GLFW \
|
||||
-DGUIMODULE \
|
||||
@@ -107,7 +103,7 @@
|
||||
|
||||
buildPhase = ''
|
||||
clang++ \
|
||||
modules/TestMenu/src/*.cpp src/App.cpp \
|
||||
modules/TestMenu/src/*.cpp \
|
||||
-fpic -shared \
|
||||
-I src \
|
||||
-Wall \
|
||||
@@ -134,7 +130,6 @@
|
||||
buildPhase = ''
|
||||
clang++ \
|
||||
modules/Print/src/*.cpp \
|
||||
include/utils/App/App.cpp \
|
||||
-fpic -shared \
|
||||
-I src -I include \
|
||||
-Wall \
|
||||
@@ -161,7 +156,6 @@
|
||||
buildPhase = ''
|
||||
clang++ \
|
||||
modules/DependsOnPrint/src/*.cpp \
|
||||
include/utils/App/App.cpp \
|
||||
-fpic -shared \
|
||||
-I src -I include \
|
||||
-Wall \
|
||||
@@ -189,7 +183,6 @@
|
||||
clang++ \
|
||||
modules/DependsOnPrintStatic/src/*.cpp \
|
||||
modules/Print/src/*.cpp \
|
||||
include/utils/App/App.cpp \
|
||||
-fpic -shared \
|
||||
-I src -I include -I . \
|
||||
-DPRINT_STATIC \
|
||||
@@ -221,9 +214,7 @@
|
||||
|
||||
buildPhase = ''
|
||||
clang++ \
|
||||
modules/Window/src/*.cpp src/App.cpp \
|
||||
include/utils/Window/*.cpp \
|
||||
include/utils/Renderer/*.cpp \
|
||||
modules/Window/src/*.cpp \
|
||||
-fpic -shared \
|
||||
-I src -I include \
|
||||
-DRENDERER_OPENGL \
|
||||
@@ -263,9 +254,6 @@
|
||||
$imgui/backends/imgui_impl_glfw.cpp \
|
||||
$imgui/backends/imgui_impl_opengl3.cpp \
|
||||
$imgui/*.cpp \
|
||||
include/utils/App/App.cpp \
|
||||
include/utils/Renderer/*.cpp \
|
||||
include/utils/Window/*.cpp \
|
||||
-DRENDERER_OPENGL \
|
||||
-DWINDOW_GLFW \
|
||||
-fpic -shared \
|
||||
@@ -296,7 +284,7 @@
|
||||
|
||||
buildPhase = ''
|
||||
clang++ \
|
||||
modules/TestClay/src/*.cpp src/App.cpp \
|
||||
modules/TestClay/src/*.cpp \
|
||||
-fpic -shared \
|
||||
-I src -I include \
|
||||
-DRENDERER_OPENGL \
|
||||
@@ -326,7 +314,7 @@
|
||||
|
||||
buildPhase = ''
|
||||
clang++ \
|
||||
modules/MainGUI/src/*.cpp src/App.cpp \
|
||||
modules/MainGUI/src/*.cpp \
|
||||
-fpic -shared \
|
||||
-I src -I include \
|
||||
-Wall \
|
||||
|
||||
Reference in New Issue
Block a user