2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-11-24 21:52:06 +00:00

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
2025-11-01 20:13:49 +08:00
parent fc0500e5b4
commit f7a36f938a
6 changed files with 6 additions and 39160 deletions

4
thirdparty/ufbx.lua vendored
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)