run in directory

This commit is contained in:
2024-02-02 14:41:46 +01:00
parent e9321631c5
commit 6ea893f700

View File

@@ -3,6 +3,7 @@ add_rules("mode.debug", "mode.release")
target("Pivot") target("Pivot")
set_kind("binary") set_kind("binary")
add_files("src/*.cpp") add_files("src/*.cpp")
set_rundir("$(projectdir)/matricies")
-- --
-- If you want to known more usage about xmake, please see https://xmake.io -- If you want to known more usage about xmake, please see https://xmake.io