2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-11-23 05:12:05 +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

View File

@@ -118,7 +118,7 @@ group "ThirdParty"
minizip:project() minizip:project()
salsa20:project() salsa20:project()
zlib:project() zlib:project()
ufbx:project() ufbx:project()
if _OPTIONS["modman"] then if _OPTIONS["modman"] then
webview:project() webview:project()

View File

@@ -1,7 +1,8 @@
#include "BSPCreator.h" #include "BSPCreator.h"
#include "BSPUtil.h" #include "BSPUtil.h"
#include "fbx/ufbx.h"
#include <ufbx.h>
namespace namespace
{ {

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

4
thirdparty/ufbx.lua vendored
View File

@@ -31,8 +31,8 @@ function ufbx:project()
language "C++" language "C++"
files { files {
path.join(folder, "ufbx/ufbx.h"), path.join(folder, "ufbx/*.h"),
path.join(folder, "ufbx/ufbx.c") path.join(folder, "ufbx/*.c")
} }
self:include(includes) self:include(includes)