From 99f2476d7bb8479d543f080c209324c77c775737 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Mon, 10 Jun 2024 13:35:23 +1000 Subject: bring back gltf --- xmake.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'xmake.lua') 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") -- cgit v1.2.3-70-g09d2