We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5675a4a commit 89f32f0Copy full SHA for 89f32f0
1 file changed
xmake/metax.lua
@@ -53,6 +53,7 @@ target("infiniop-metax")
53
add_files("../src/infiniop/ops/*/metax/*.maca", {rule = "maca"})
54
55
if has_config("ninetoothed") then
56
+ add_includedirs(MACA_ROOT .. "/include/hcr")
57
add_includedirs(MACA_ROOT .. "/include/mcr")
58
add_files("../build/ninetoothed/*.c", "../build/ninetoothed/*.cpp", {
59
cxflags = {
0 commit comments