Commit 1e637102 authored by wooway777's avatar wooway777
Browse files

issue/987 - add .cpp files to ninetoothed includes

parent 3c8fb3c0
......@@ -73,7 +73,7 @@ target("infiniop-nvidia")
add_files("../src/infiniop/devices/nvidia/*.cu", "../src/infiniop/ops/*/nvidia/*.cu")
if has_config("ninetoothed") then
add_files("../build/ninetoothed/*.c")
add_files("../build/ninetoothed/*.c", "../build/ninetoothed/*.cpp")
end
target_end()
......
......@@ -101,7 +101,7 @@ target("infiniop-qy")
add_files("../src/infiniop/devices/nvidia/*.cu", "../src/infiniop/ops/*/nvidia/*.cu")
if has_config("ninetoothed") then
add_files("../build/ninetoothed/*.c")
add_files("../build/ninetoothed/*.c", "../build/ninetoothed/*.cpp")
end
target_end()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment