summaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorOmniscient <omniscient.oce@gmail.com>2024-06-15 16:38:05 +1000
committerOmniscient <omniscient.oce@gmail.com>2024-06-15 16:38:05 +1000
commitc5808488875484aca814bfc8e526f37f3f447166 (patch)
treee560bc86302fad0c8520140511e1994c2b4800d7 /xmake.lua
parent59f67f04d7238453da766218a37b3c78607fb122 (diff)
shinchoku
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 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")