WIP: Updated premake scripts, removed non-submodule ufbx code, ported BSPCreator to use the submodule. OAT link still fails due to unknown premake issue.

This commit is contained in:
LJW-Dev
2026-05-16 09:44:28 +02:00
committed by Jan Laupetin
parent 39729e9058
commit 57d4c906af
6 changed files with 6 additions and 39160 deletions
+2 -2
View File
@@ -31,8 +31,8 @@ function ufbx:project()
language "C++"
files {
path.join(folder, "ufbx/ufbx.h"),
path.join(folder, "ufbx/ufbx.c")
path.join(folder, "ufbx/*.h"),
path.join(folder, "ufbx/*.c")
}
self:include(includes)