summaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-06-10 13:35:23 +1000
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-06-10 13:35:23 +1000
commit99f2476d7bb8479d543f080c209324c77c775737 (patch)
tree8c8f52155552fb7c9ade94e70f5f11d36fa73701 /xmake.lua
parentb9a7166d9a7e2b0eed948353c134e72dfa86ab58 (diff)
bring back gltf
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua12
1 files changed, 6 insertions, 6 deletions
diff --git a/xmake.lua b/xmake.lua
index 6af1402..598b7a3 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -209,12 +209,12 @@ target("cube")
-- add_files("examples/input/ex_input.c")
-- set_rundir("$(projectdir)")
--- target("gltf")
--- set_kind("binary")
--- set_group("examples")
--- add_deps("core_static")
--- add_files("examples/gltf_loading/ex_gltf_loading.c")
--- set_rundir("$(projectdir)")
+target("gltf")
+ set_kind("binary")
+ set_group("examples")
+ add_deps("core_static")
+ add_files("examples/gltf_loading/ex_gltf_loading.c")
+ set_rundir("$(projectdir)")
-- target("transforms")
-- set_kind("binary")