Upadted Default Config

This commit is contained in:
OusmBlueNinja 2025-04-16 14:34:36 -05:00
parent 42329f03c0
commit 2a6632fd29

View File

@ -31,12 +31,10 @@ default_config = """\
# Source folders to recursively find .c/.cpp files
src_dirs:
- src
- lua
# Include directories (-I)
include_dirs:
- include
- lua
- C:/msys64/mingw64/include
# Library search paths (-L)
@ -62,7 +60,7 @@ cxxflags:
- -std=c++20
- -Wall
# Auto-detect these libraries (e.g. glfw3 → -lglfw3)
# Auto-detect these libraries (e.g. glfw3)
auto_libs: []
# Auto-detect headers from these include folders