diff options
| author | ruki <[email protected]> | 2020-06-30 22:34:42 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-06-30 09:28:14 +0800 |
| commit | 60a6eb1e461202fa1890b3077861cda406faab5e (patch) | |
| tree | 44f2941e3f70b22fad9894a2255cb2f6b8c6ce89 /xmake/plugins/project/xmake.lua | |
| parent | 6bdbba44a3c88dda55e81a4f1b75ab443a6c2636 (diff) | |
use cmake to generate xcodeproj
Diffstat (limited to 'xmake/plugins/project/xmake.lua')
| -rw-r--r-- | xmake/plugins/project/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/plugins/project/xmake.lua b/xmake/plugins/project/xmake.lua index 1dbaaa993..6d83066e6 100644 --- a/xmake/plugins/project/xmake.lua +++ b/xmake/plugins/project/xmake.lua @@ -43,6 +43,7 @@ task("project") , " - xmakefile (makefile with xmake)" , " - cmake" , " - ninja" + , " - xcode (need cmake)" , " - compile_flags" , " - compile_commands (clang compilation database with json format)" , " - vs (auto detect), vs2002, vs2003, vs2005, vs2008" |
