summaryrefslogtreecommitdiff
path: root/tests/console/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2015-06-12 15:51:18 +0800
committerruki <[email protected]>2015-06-12 15:51:18 +0800
commit7693b33a4e39c66fa52af65c57c6f0ddaaf56bca (patch)
treec47556bf502843f4b9bcb72e4eae3eb3bc17f058 /tests/console/xmake.lua
parenteb0e6fe79d8e49d82bb600529028fcf28767a2d8 (diff)
output headers
Diffstat (limited to 'tests/console/xmake.lua')
-rw-r--r--tests/console/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/console/xmake.lua b/tests/console/xmake.lua
index 3c0cb0886..a66c805f4 100644
--- a/tests/console/xmake.lua
+++ b/tests/console/xmake.lua
@@ -67,7 +67,7 @@ add_target("hello2")
add_target("hello3")
set_kind("static")
add_files("src/hello3/*.c")
- add_headers("src/hello3/*.h")
+ add_headers("src/(hello3/*.h)")
set_headerdir("$(buildir)/inc")
set_targetdir("$(buildir)/lib")
set_objectdir("$(buildir)/obj")