mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-11-23 13:12: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:
@@ -118,7 +118,7 @@ group "ThirdParty"
|
||||
minizip:project()
|
||||
salsa20:project()
|
||||
zlib:project()
|
||||
ufbx:project()
|
||||
ufbx:project()
|
||||
|
||||
if _OPTIONS["modman"] then
|
||||
webview:project()
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
#include "BSPCreator.h"
|
||||
|
||||
#include "BSPUtil.h"
|
||||
#include "fbx/ufbx.h"
|
||||
|
||||
#include <ufbx.h>
|
||||
|
||||
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
4
thirdparty/ufbx.lua
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user