diff options
| author | ruki <[email protected]> | 2023-07-07 23:32:50 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-07-07 23:32:50 +0800 |
| commit | cf0827635b313ccc68b8cf2c1744556289321c7b (patch) | |
| tree | 69e702d6560148ad1251104e5e5f933ba6c35b48 /tests/projects/c++/modules/user_headerunit2/xmake.lua | |
| parent | fc576981c1405a6b18f71901d599232729168fea (diff) | |
fix headerunit errors for msvc #3927
Diffstat (limited to 'tests/projects/c++/modules/user_headerunit2/xmake.lua')
| -rw-r--r-- | tests/projects/c++/modules/user_headerunit2/xmake.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/projects/c++/modules/user_headerunit2/xmake.lua b/tests/projects/c++/modules/user_headerunit2/xmake.lua new file mode 100644 index 000000000..09517502b --- /dev/null +++ b/tests/projects/c++/modules/user_headerunit2/xmake.lua @@ -0,0 +1,4 @@ +includes("a", "b")
+target("test")
+ add_deps("a", "b")
+ set_kind("phony")
|
