summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorruki <[email protected]>2026-01-31 00:34:40 +0800
committerruki <[email protected]>2026-01-31 00:34:40 +0800
commite4b88659b4a0b56e6bfdcb13b23f059ef98464c8 (patch)
tree0e9c80d7f78a90c268b3c2d405f2974f00247eac /tests
parent83076f30577dd92598d28ff698dab876518dffc7 (diff)
fix header filesnim
Diffstat (limited to 'tests')
-rw-r--r--tests/projects/nim/link_library/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/nim/link_library/xmake.lua b/tests/projects/nim/link_library/xmake.lua
index f15417cb1..ba56fcbf2 100644
--- a/tests/projects/nim/link_library/xmake.lua
+++ b/tests/projects/nim/link_library/xmake.lua
@@ -6,7 +6,7 @@ add_requires("stb", {system = false})
target("headers")
set_kind("headeronly")
- add_files("headers/*.h")
+ add_headerfiles("headers/*.h")
add_includedirs("headers", {public = true})
target("executablestatic")