diff options
Diffstat (limited to 'xmake.lua')
-rw-r--r-- | xmake.lua | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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") |