From 6ea893f70001b4c38be2845cfc40dd777eb86786 Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Fri, 2 Feb 2024 14:41:46 +0100 Subject: [PATCH] run in directory --- xmake.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/xmake.lua b/xmake.lua index 023943f..b3de114 100644 --- a/xmake.lua +++ b/xmake.lua @@ -3,6 +3,7 @@ add_rules("mode.debug", "mode.release") target("Pivot") set_kind("binary") add_files("src/*.cpp") + set_rundir("$(projectdir)/matricies") -- -- If you want to known more usage about xmake, please see https://xmake.io