work on MinimalApp

This commit is contained in:
2025-03-29 17:49:17 -05:00
parent db9b8cc924
commit 00727469e2
4 changed files with 45 additions and 60 deletions

View File

@@ -35,8 +35,7 @@
buildPhase = ''
clang++ \
src/*.cpp \
example_apps/MinimalApp/MinimalApp.cpp \
src/example_apps/MinimalApp/*.cpp \
include/utils/App/*.cpp \
-I src -I include \
-Wall \