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 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")