linking error?

This commit is contained in:
2025-03-29 18:44:14 -05:00
parent 00727469e2
commit 5955166ac0
3 changed files with 14 additions and 7 deletions

View File

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