diff options
| author | Arthur LAURENT <[email protected]> | 2024-01-23 18:22:52 +0100 |
|---|---|---|
| committer | Arthur LAURENT <[email protected]> | 2024-01-26 18:20:57 +0100 |
| commit | e20c6cafdb241ad6f858556c33463da1a092abdc (patch) | |
| tree | 27e4be80b8a1e9c69c1f42149bf2d31daa1d540a /tests/projects/c++/modules/user_headerunit2/a/xmake.lua | |
| parent | 445e43b40846b29b9abb1293b32b27b7104f54fa (diff) | |
improve module tests
Diffstat (limited to 'tests/projects/c++/modules/user_headerunit2/a/xmake.lua')
| -rw-r--r-- | tests/projects/c++/modules/user_headerunit2/a/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/c++/modules/user_headerunit2/a/xmake.lua b/tests/projects/c++/modules/user_headerunit2/a/xmake.lua index cffe161b2..3225b2814 100644 --- a/tests/projects/c++/modules/user_headerunit2/a/xmake.lua +++ b/tests/projects/c++/modules/user_headerunit2/a/xmake.lua @@ -1,4 +1,4 @@ target("a")
set_languages("cxxlatest")
set_kind("object")
- add_files("a.mpp")
+ add_files("a.mpp", {public = true})
|
