2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-11-24 13:42:06 +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

23
thirdparty/ufbx.lua vendored Normal file
View File

@@ -0,0 +1,23 @@
ufbx = {}
function ufbx:include(includes)
if includes:handle(self:name()) then
includedirs {
path.join(ThirdPartyFolder(), "ufbx")
}
end
end
function ufbx:link()
end
function ufbx:use()
end
function ufbx:name()
return "ufbx"
end
function ufbx:project()
end