summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorruki <[email protected]>2024-07-16 00:48:07 +0800
committerruki <[email protected]>2024-07-16 00:48:07 +0800
commit81640975b434a293cabed7d758c599a2668a6efe (patch)
tree096b579eccee306b51580a3335273f4582e7741c /tests
parent2396ca21342a288b9f0d972f479763847709d3a3 (diff)
improve to install headerfiles
Diffstat (limited to 'tests')
-rw-r--r--tests/actions/install/xmake.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/actions/install/xmake.lua b/tests/actions/install/xmake.lua
index 3061cab86..b774e9e27 100644
--- a/tests/actions/install/xmake.lua
+++ b/tests/actions/install/xmake.lua
@@ -8,6 +8,7 @@ target("foo")
set_kind("shared")
add_files("src/foo.cpp")
add_packages("libplist", {public = true})
+ add_headerfiles("src/foo.h", {public = true})
add_installfiles("src/foo.txt", {prefixdir = "assets", public = true})
set_prefixdir("/", {bindir = "foo_bin", libdir = "foo_lib"})