diff options
| author | ruki <[email protected]> | 2019-09-06 22:48:20 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-09-06 10:50:04 +0800 |
| commit | 5c0286dd6ec8c3f8bf7e6c4e7cecd9d5903948e8 (patch) | |
| tree | 48744c44f2cbf71de66ff1bf5f5b9b2d015b8bde /tests/projects/c++/modules/impl_unit/xmake.lua | |
| parent | e5152e174154dde4f9fdd3f49047f36c0966d7ea (diff) | |
add impl_unit tests
Diffstat (limited to 'tests/projects/c++/modules/impl_unit/xmake.lua')
| -rw-r--r-- | tests/projects/c++/modules/impl_unit/xmake.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/projects/c++/modules/impl_unit/xmake.lua b/tests/projects/c++/modules/impl_unit/xmake.lua new file mode 100644 index 000000000..1ce6cb8b6 --- /dev/null +++ b/tests/projects/c++/modules/impl_unit/xmake.lua @@ -0,0 +1,5 @@ +target("impl_unit") + set_kind("binary") + add_files("src/*.cpp", "src/*.mpp") + + |
