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:
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