diff options
| author | ruki <[email protected]> | 2024-12-17 23:21:17 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-12-17 23:21:17 +0800 |
| commit | dc88fe879795cc5fcebe32244628a59dca9dad09 (patch) | |
| tree | 664bad049feee96b8370cab37d38fc10a48f6eed /tests/projects/package/nuget/xmake.lua | |
| parent | cd00417c43706fb44b07fc6ca3da1786ea93e2ea (diff) | |
add tests
Diffstat (limited to 'tests/projects/package/nuget/xmake.lua')
| -rw-r--r-- | tests/projects/package/nuget/xmake.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/projects/package/nuget/xmake.lua b/tests/projects/package/nuget/xmake.lua new file mode 100644 index 000000000..591aa2439 --- /dev/null +++ b/tests/projects/package/nuget/xmake.lua @@ -0,0 +1,7 @@ +add_requires("nuget::zlib_static", {alias = "zlib"}) + +target("test") + set_kind("binary") + add_files("src/*.cpp") + add_packages("zlib") + |
