summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/user_headerunit2/a/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2024-02-07 11:22:40 +0800
committerGitHub <[email protected]>2024-02-07 11:22:40 +0800
commitec17990db4b9c01d040d9c86c1518c7529380f3b (patch)
tree0c10d03df60bfae484af9e68872ee927f45dfd7d /tests/projects/c++/modules/user_headerunit2/a/xmake.lua
parent660d40f8344289caedd5273d6a00558b575110b0 (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.lua3
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")