From 1047d08258f6c56f5fa8067cc65694b1b5798602 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Thu, 4 Apr 2024 20:01:19 +1100 Subject: create example file for animation --- xmake.lua | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'xmake.lua') diff --git a/xmake.lua b/xmake.lua index c18e926..2f1c7f5 100644 --- a/xmake.lua +++ b/xmake.lua @@ -126,6 +126,13 @@ target("gltf") add_files("examples/gltf_loading/ex_gltf_loading.c") set_rundir("$(projectdir)") +target("animation") + set_kind("binary") + set_group("examples") + add_deps("core_shared") + add_files("examples/property_animation/ex_property_animation.c") + set_rundir("$(projectdir)") + target("demo") set_kind("binary") set_group("examples") -- cgit v1.2.3-70-g09d2