From 51d0535a8d49b72ab1e47acf30f654403a94c423 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Sat, 22 Jun 2024 15:12:44 +1000 Subject: wip: porting shadowmaps to RAL --- xmake.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'xmake.lua') diff --git a/xmake.lua b/xmake.lua index 179e14f..335e751 100644 --- a/xmake.lua +++ b/xmake.lua @@ -106,6 +106,7 @@ target("core_config") add_includedirs("deps/stb_image", {public = true}) add_includedirs("deps/stb_image_write", {public = true}) add_includedirs("deps/stb_truetype", {public = true}) + add_includedirs("include/", {public = true}) add_includedirs("src/", {public = true}) -- add_includedirs("src/logos/", {public = true}) add_includedirs("src/maths/", {public = true}) @@ -237,6 +238,13 @@ target("pbr_textured") add_files("examples/pbr_textured/ex_pbr_textured.c") set_rundir("$(projectdir)") +target("shadows") + set_kind("binary") + set_group("examples") + add_deps("core_static") + add_files("examples/shadow_maps/ex_shadow_maps.c") + set_rundir("$(projectdir)") + -- target("transforms") -- set_kind("binary") -- set_group("examples") -- cgit v1.2.3-70-g09d2