diff options
| author | ruki <[email protected]> | 2019-09-06 22:38:17 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-09-06 09:49:43 +0800 |
| commit | e5152e174154dde4f9fdd3f49047f36c0966d7ea (patch) | |
| tree | abd39a906a05aa856dbb18b4813d9181ae8a1fdd /tests/projects/c++/modules/hello/xmake.lua | |
| parent | cfb90668f507c9b93fa3e53f78f8f46cdb136413 (diff) | |
impl clang modules
Diffstat (limited to 'tests/projects/c++/modules/hello/xmake.lua')
| -rw-r--r-- | tests/projects/c++/modules/hello/xmake.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/projects/c++/modules/hello/xmake.lua b/tests/projects/c++/modules/hello/xmake.lua index 5d94b5d15..e22047e4b 100644 --- a/tests/projects/c++/modules/hello/xmake.lua +++ b/tests/projects/c++/modules/hello/xmake.lua @@ -1,6 +1,5 @@ target("hello") set_kind("binary") - add_rules("c++.build.modules") add_files("src/*.cpp", "src/*.mpp") |
