diff options
-rw-r--r-- | examples/property_animation/ex_property_animation.c | 0 | ||||
-rw-r--r-- | xmake.lua | 7 |
2 files changed, 7 insertions, 0 deletions
diff --git a/examples/property_animation/ex_property_animation.c b/examples/property_animation/ex_property_animation.c new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/examples/property_animation/ex_property_animation.c @@ -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") |