summaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
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 882535d..7ebd63d 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -157,6 +157,13 @@ target("tri")
add_files("examples/triangle/ex_triangle.c")
set_rundir("$(projectdir)")
+target("cube")
+ set_kind("binary")
+ set_group("examples")
+ add_deps("core_static")
+ add_files("examples/cube/ex_cube.c")
+ set_rundir("$(projectdir)")
+
-- target("std")
-- set_kind("binary")
-- set_group("examples")