summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules
diff options
context:
space:
mode:
authorArthur LAURENT <[email protected]>2022-12-05 14:48:44 +0100
committerArthur LAURENT <[email protected]>2022-12-05 15:45:54 +0100
commit718cccc5df0b1fe28cb80256dd325b57f3e44063 (patch)
tree2564b10d32df38604d5dfb4cb316b105d620571d /tests/projects/c++/modules
parent54d1c3ba54069b36337e6ba269f33a3bf148b476 (diff)
try to detect internal partition automatically on fallback generation
Diffstat (limited to 'tests/projects/c++/modules')
-rw-r--r--tests/projects/c++/modules/internal_partition/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/c++/modules/internal_partition/xmake.lua b/tests/projects/c++/modules/internal_partition/xmake.lua
index ed784534a..f7ca6f7cf 100644
--- a/tests/projects/c++/modules/internal_partition/xmake.lua
+++ b/tests/projects/c++/modules/internal_partition/xmake.lua
@@ -3,4 +3,4 @@ set_languages("c++20")
target("internal_partition")
set_kind("binary")
add_files("src/*.cpp", "src/hello.mpp")
- add_files("src/hello_internal.mpp", {values = {["internalpartition"] = true}})
+ add_files("src/hello_internal.mpp")