This commit is contained in:
2025-03-21 16:30:44 -05:00
parent bfcfa09788
commit 2a826db088
2 changed files with 24 additions and 0 deletions

17
flake.lock generated
View File

@@ -1,5 +1,21 @@
{
"nodes": {
"clay": {
"flake": false,
"locked": {
"lastModified": 1742509368,
"narHash": "sha256-XSaMuWCADZgZnRaGcBgf+u40O6jS5kkpq3Xruy6z+I0=",
"owner": "nicbarker",
"repo": "clay",
"rev": "ad49977f1b37ccd7664333181f30f575d08d3838",
"type": "github"
},
"original": {
"owner": "nicbarker",
"repo": "clay",
"type": "github"
}
},
"imgui": {
"flake": false,
"locked": {
@@ -35,6 +51,7 @@
},
"root": {
"inputs": {
"clay": "clay",
"imgui": "imgui",
"nixpkgs": "nixpkgs"
}

View File

@@ -62,6 +62,7 @@
modules/TestMenu/src/*.cpp src/App.cpp \
-fpic -shared \
-I src \
-I utils \
-Wall \
-o $name
'';
@@ -88,6 +89,7 @@
modules/Print/src/*.cpp src/App.cpp \
-fpic -shared \
-I src -I include \
-I utils \
-Wall \
-o $name
'';
@@ -114,6 +116,7 @@
modules/DependsOnPrint/src/*.cpp src/App.cpp \
-fpic -shared \
-I src -I include \
-I utils \
-Wall \
-o $name
'';
@@ -145,6 +148,7 @@
modules/Window/src/*.cpp modules/Window/src/WindowImpl/GLFW/*.cpp src/App.cpp \
-fpic -shared \
-I src -I include \
-I utils \
-lGL -lglfw -lGLEW \
-Wall \
-o $name
@@ -184,6 +188,7 @@
-DWINDOW_GLFW \
-fpic -shared \
-I src -I include \
-I utils \
-Wall \
-o $name
'';
@@ -212,6 +217,7 @@
modules/TestClay/src/*.cpp src/App.cpp \
-fpic -shared \
-I src -I include \
-I utils \
-Wall \
-o $name
'';
@@ -240,6 +246,7 @@
modules/MainGUI/src/*.cpp src/App.cpp \
-fpic -shared \
-I src -I include \
-I utils \
-Wall \
-o $name
'';