diff options
author | Omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-04-21 11:52:42 +1000 |
---|---|---|
committer | Omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-04-21 11:52:42 +1000 |
commit | ff923749ef298346c5448e90e8338bfc28e4f66b (patch) | |
tree | 4ce844e04984e1b55647886bd05779aa7dc8ea18 /xmake.lua | |
parent | 374567ae4b18627f9ab410e7e5a38b1e7aeb04c5 (diff) | |
parent | d8b564ffd1257152094966784a8db3d1396a8879 (diff) |
Merge branch 'master' into cel-67-load-animation-data-from-gltf
Diffstat (limited to 'xmake.lua')
-rw-r--r-- | xmake.lua | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -152,6 +152,13 @@ target("gltf") add_files("examples/gltf_loading/ex_gltf_loading.c") set_rundir("$(projectdir)") +target("transforms") + set_kind("binary") + set_group("examples") + add_deps("core_shared") + add_files("examples/transforms/ex_transforms.c") + set_rundir("$(projectdir)") + target("animation") set_kind("binary") set_group("examples") |