From c5808488875484aca814bfc8e526f37f3f447166 Mon Sep 17 00:00:00 2001 From: Omniscient Date: Sat, 15 Jun 2024 16:38:05 +1000 Subject: shinchoku --- xmake.lua | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'xmake.lua') diff --git a/xmake.lua b/xmake.lua index 55af4f2..67a21a0 100644 --- a/xmake.lua +++ b/xmake.lua @@ -223,6 +223,13 @@ target("gltf") add_files("examples/gltf_loading/ex_gltf_loading.c") set_rundir("$(projectdir)") +target("pbr_params") + set_kind("binary") + set_group("examples") + add_deps("core_static") + add_files("examples/pbr_params/ex_pbr_params.c") + set_rundir("$(projectdir)") + -- target("transforms") -- set_kind("binary") -- set_group("examples") -- cgit v1.2.3-70-g09d2