make apps customizable

This commit is contained in:
2025-03-29 15:02:27 -05:00
parent aff69960a0
commit 0d61a369fc
11 changed files with 49 additions and 241 deletions

View File

@@ -84,7 +84,8 @@
buildPhase = ''
clang++ \
modules/Print/src/*.cpp src/App.cpp \
modules/Print/src/*.cpp \
utils/App/App.cpp \
-fpic -shared \
-I src -I include \
-Wall \