2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-11-23 05:12:05 +00:00

Added premake files for ufbx

This commit is contained in:
LJW-Dev
2025-11-01 18:08:58 +08:00
parent 8bcefd953e
commit 2199544f69
2 changed files with 25 additions and 0 deletions

View File

@@ -103,6 +103,7 @@ include "thirdparty/minizip.lua"
include "thirdparty/salsa20.lua"
include "thirdparty/webview.lua"
include "thirdparty/zlib.lua"
include "thirdparty/ufbx.lua"
-- ThirdParty group: All projects that are external dependencies
group "ThirdParty"
@@ -117,6 +118,7 @@ group "ThirdParty"
minizip:project()
salsa20:project()
zlib:project()
ufbx:project()
if _OPTIONS["modman"] then
webview:project()