summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/plugins/project/cmake/cmakelists.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/project/cmake/cmakelists.lua b/xmake/plugins/project/cmake/cmakelists.lua
index 69f9516c2..e8644f7c2 100644
--- a/xmake/plugins/project/cmake/cmakelists.lua
+++ b/xmake/plugins/project/cmake/cmakelists.lua
@@ -42,7 +42,7 @@ function _add_project(cmakelists)
if project_version then
project_info = project_info .. " VERSION " .. project_version
end
- cmakelists:print("project(%s%s)", project_name, project_info)
+ cmakelists:print("project(%s%s LANGUAGES C CXX ASM)", project_name, project_info)
end
cmakelists:print("")
end