summaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-06-17 22:17:48 +1000
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-06-18 10:30:28 +1000
commit4b5695ce26a8f821dfac987e8e11a6ba5eeff610 (patch)
tree0cd8f80bdb0520ffcf0cd62851f72055d4ee5546 /xmake.lua
parentf1cb5bece520dba63fa77e4721909ab8f0a6c26f (diff)
start working on a immediate mode drawing API
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua7
1 files changed, 7 insertions, 0 deletions
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")