diff options
| author | ruki <[email protected]> | 2015-06-12 15:51:18 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-06-12 15:51:18 +0800 |
| commit | 7693b33a4e39c66fa52af65c57c6f0ddaaf56bca (patch) | |
| tree | c47556bf502843f4b9bcb72e4eae3eb3bc17f058 /tests/console/xmake.lua | |
| parent | eb0e6fe79d8e49d82bb600529028fcf28767a2d8 (diff) | |
output headers
Diffstat (limited to 'tests/console/xmake.lua')
| -rw-r--r-- | tests/console/xmake.lua | 2 |
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") |
