From 90dd96cbc9b09cdc75977b115a9b61fa7547baef Mon Sep 17 00:00:00 2001 From: Omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Sun, 25 Feb 2024 17:35:27 +1100 Subject: boilerplate for more examples --- xmake.lua | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'xmake.lua') diff --git a/xmake.lua b/xmake.lua index e6b77c2..e43d2ff 100644 --- a/xmake.lua +++ b/xmake.lua @@ -94,4 +94,18 @@ target("std") set_group("examples") add_deps("core_static") add_files("examples/standard_lib/ex_std.c") + set_rundir("$(projectdir)") + +target("obj_loading") + set_kind("binary") + set_group("examples") + add_deps("core_static") + add_files("examples/obj_loading/ex_obj_loading.c") + set_rundir("$(projectdir)") + +target("demo") + set_kind("binary") + set_group("examples") + add_deps("core_static") + add_files("examples/demo/demo.c") set_rundir("$(projectdir)") \ No newline at end of file -- cgit v1.2.3-70-g09d2