diff options
| author | ruki <[email protected]> | 2019-03-07 23:55:42 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-03-07 17:34:17 +0800 |
| commit | 3f6eb580998369fd28f4da7276902de08a4e8f8d (patch) | |
| tree | a01be54f84a4b9fe458c58c3ddbc69743eb1c81e /xmake/plugins | |
| parent | 21238b0d9e97d5345b582c1900c60760a133acf3 (diff) | |
support asm for cmakelists
Diffstat (limited to 'xmake/plugins')
| -rw-r--r-- | xmake/plugins/project/cmake/cmakelists.lua | 2 |
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 |
