diff options
| author | Arthur LAURENT <[email protected]> | 2025-05-11 17:25:01 +0200 |
|---|---|---|
| committer | Arthur LAURENT <[email protected]> | 2025-05-11 17:25:01 +0200 |
| commit | d1a7e51232db306c2cf5481389514bf15135e039 (patch) | |
| tree | 890b34bad7653bd06b8632d1d0c8fbf1d7faf7b7 /tests/projects/c++/modules/stdmodules_deps/xmake.lua | |
| parent | ac3930b4b349cb218c11ff7e29e296db00a5bee4 (diff) | |
(C++ modules support) fix stdmodules_deps test for gcc as it doesn't implement private module fragment atm
Diffstat (limited to 'tests/projects/c++/modules/stdmodules_deps/xmake.lua')
| -rw-r--r-- | tests/projects/c++/modules/stdmodules_deps/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/projects/c++/modules/stdmodules_deps/xmake.lua b/tests/projects/c++/modules/stdmodules_deps/xmake.lua index 7ee801b8c..6c53ff594 100644 --- a/tests/projects/c++/modules/stdmodules_deps/xmake.lua +++ b/tests/projects/c++/modules/stdmodules_deps/xmake.lua @@ -3,6 +3,7 @@ set_languages("c++latest") target("foo") set_kind("static") + add_files("src/foo.cpp") add_files("src/foo.mpp", {public = true}) target("bar") |
