summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/stdmodules_deps/xmake.lua
diff options
context:
space:
mode:
authorArthur LAURENT <[email protected]>2025-05-11 17:25:01 +0200
committerArthur LAURENT <[email protected]>2025-05-11 17:25:01 +0200
commitd1a7e51232db306c2cf5481389514bf15135e039 (patch)
tree890b34bad7653bd06b8632d1d0c8fbf1d7faf7b7 /tests/projects/c++/modules/stdmodules_deps/xmake.lua
parentac3930b4b349cb218c11ff7e29e296db00a5bee4 (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.lua1
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")