From 4b5695ce26a8f821dfac987e8e11a6ba5eeff610 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:17:48 +1000 Subject: start working on a immediate mode drawing API --- xmake.lua | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'xmake.lua') diff --git a/xmake.lua b/xmake.lua index 67a21a0..179e14f 100644 --- a/xmake.lua +++ b/xmake.lua @@ -230,6 +230,13 @@ target("pbr_params") add_files("examples/pbr_params/ex_pbr_params.c") set_rundir("$(projectdir)") +target("pbr_textured") + set_kind("binary") + set_group("examples") + add_deps("core_static") + add_files("examples/pbr_textured/ex_pbr_textured.c") + set_rundir("$(projectdir)") + -- target("transforms") -- set_kind("binary") -- set_group("examples") -- cgit v1.2.3-70-g09d2