diff options
| author | ruki <[email protected]> | 2023-02-03 23:11:49 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-02-03 23:11:49 +0800 |
| commit | ccb0ede6e755b0f736a7dd1f6b00b871df5221d0 (patch) | |
| tree | 0c727f2bae1693b9a240d4f7f584f62abab36120 /tests/projects/c++/modules/staticlib_without_cpp/test.lua | |
| parent | b51bae040adafebac74eca5a640e21e2fe2c5478 (diff) | |
| parent | 419db506cc13289febf5143577b43be672d3db3d (diff) | |
Merge pull request #3330 from xmake-io/module
improve module without cpp
Diffstat (limited to 'tests/projects/c++/modules/staticlib_without_cpp/test.lua')
| -rw-r--r-- | tests/projects/c++/modules/staticlib_without_cpp/test.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/projects/c++/modules/staticlib_without_cpp/test.lua b/tests/projects/c++/modules/staticlib_without_cpp/test.lua new file mode 100644 index 000000000..7717f8049 --- /dev/null +++ b/tests/projects/c++/modules/staticlib_without_cpp/test.lua @@ -0,0 +1 @@ +inherit(".test_base") |
