Fastbuild basic stuff

This commit is contained in:
2026-01-06 21:36:19 -05:00
parent b5c72649db
commit 2710d29b62
12 changed files with 985 additions and 0 deletions

2
External/SDK/CPP/CPPHelper.bff vendored Normal file
View File

@@ -0,0 +1,2 @@
.CPPVersion = ' /std:c++20'
.CPPCompilerWarningOptions = ' -Wno-c++20-compat'