From 26fb1fcafa552c600a70b2680c868f7355b138e4 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Wed, 12 Jun 2024 00:16:51 +1000 Subject: wip: uvsphere mesh gen and pbr shader first pass --- xmake.lua | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'xmake.lua') diff --git a/xmake.lua b/xmake.lua index 598b7a3..55af4f2 100644 --- a/xmake.lua +++ b/xmake.lua @@ -188,6 +188,13 @@ target("cube") add_files("examples/cube/ex_cube.c") set_rundir("$(projectdir)") +target("primitives") + set_kind("binary") + set_group("examples") + add_deps("core_static") + add_files("examples/primitives/ex_primitives.c") + set_rundir("$(projectdir)") + -- target("std") -- set_kind("binary") -- set_group("examples") -- cgit v1.2.3-70-g09d2