diff options
| author | ruki <[email protected]> | 2024-02-07 11:22:40 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-02-07 11:22:40 +0800 |
| commit | ec17990db4b9c01d040d9c86c1518c7529380f3b (patch) | |
| tree | 0c10d03df60bfae484af9e68872ee927f45dfd7d /tests/projects/c++/modules/user_headerunit2/a/xmake.lua | |
| parent | 660d40f8344289caedd5273d6a00558b575110b0 (diff) | |
Update xmake.lua
Diffstat (limited to 'tests/projects/c++/modules/user_headerunit2/a/xmake.lua')
| -rw-r--r-- | tests/projects/c++/modules/user_headerunit2/a/xmake.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/projects/c++/modules/user_headerunit2/a/xmake.lua b/tests/projects/c++/modules/user_headerunit2/a/xmake.lua index 8d9a4cb8b..a3c5906fc 100644 --- a/tests/projects/c++/modules/user_headerunit2/a/xmake.lua +++ b/tests/projects/c++/modules/user_headerunit2/a/xmake.lua @@ -1,6 +1,5 @@ target("a")
- set_languages("cxxlatest")
set_kind("moduleonly")
-
add_headerfiles("*.hpp")
add_files("a.mpp")
+ set_languages("cxxlatest")
|
