Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jerrrrry
infinicore
Commits
1e637102
Commit
1e637102
authored
Jan 27, 2026
by
wooway777
Browse files
issue/987 - add .cpp files to ninetoothed includes
parent
3c8fb3c0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
xmake/nvidia.lua
xmake/nvidia.lua
+1
-1
xmake/qy.lua
xmake/qy.lua
+1
-1
No files found.
xmake/nvidia.lua
View file @
1e637102
...
...
@@ -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
()
...
...
xmake/qy.lua
View file @
1e637102
...
...
@@ -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
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment