Skip to content

Commit

Permalink
tools: add ufbx bindings
Browse files Browse the repository at this point in the history
Part-of: #207
  • Loading branch information
dbartolini committed Dec 26, 2024
1 parent 81ddb9e commit c8282b6
Show file tree
Hide file tree
Showing 2 changed files with 3,908 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/crown-editor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ project "crown-editor"
"--target-glib=2.64.6",
"--pkg tinyexpr",
"--pkg md5",
"--pkg ufbx",
}

vapidirs {
Expand All @@ -83,6 +84,7 @@ project "crown-editor"
buildoptions {
"-I" .. CROWN_DIR .. "3rdparty/tinyexpr",
"-I" .. CROWN_DIR .. "3rdparty/md5",
"-I" .. CROWN_DIR .. "3rdparty/ufbx",
"-I" .. CROWN_DIR .. "3rdparty/stb",
}

Expand All @@ -92,6 +94,7 @@ project "crown-editor"
CROWN_DIR .. "tools/level_editor/resources/resources.gresource.xml",
CROWN_DIR .. "3rdparty/tinyexpr/tinyexpr.c",
CROWN_DIR .. "3rdparty/md5/md5.c",
CROWN_DIR .. "3rdparty/ufbx/ufbx.c",
}

strip()
Expand Down
Loading

0 comments on commit c8282b6

Please sign in to comment.