diff options
| author | ruki <[email protected]> | 2024-02-14 21:47:55 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-02-14 21:47:55 +0800 |
| commit | b1d3ab468f9fefaed3368d0a9bb90fb4f9c0807b (patch) | |
| tree | 0814552f84537cf2e15e5d5b48ac324cd7dd5e85 /tests/projects/c++/modules/private_module/xmake.lua | |
| parent | a7396842b55fb3d9747b5da199d6d5ec1afb8aa9 (diff) | |
| parent | 45b8fa3d0f456e820e6fdd38c7e000fa52064b4d (diff) | |
Merge pull request #4728 from Arthapz/reuse-modules
implement module reusage based on flag comparison
Diffstat (limited to 'tests/projects/c++/modules/private_module/xmake.lua')
| -rw-r--r-- | tests/projects/c++/modules/private_module/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/projects/c++/modules/private_module/xmake.lua b/tests/projects/c++/modules/private_module/xmake.lua index 57ede6993..16a2bea92 100644 --- a/tests/projects/c++/modules/private_module/xmake.lua +++ b/tests/projects/c++/modules/private_module/xmake.lua @@ -5,3 +5,4 @@ target("private_module") add_rules("c++") set_kind("$(kind)") add_files("src/*.mpp") + add_files("src/*.cpp") |
