diff options
| author | ruki <[email protected]> | 2025-07-02 10:09:52 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-02 10:09:52 +0800 |
| commit | 0b43912e597d100a4de9c6c8fbbeb9401d7a6dbe (patch) | |
| tree | e7364732140bfc9242f0fb465e024890b7d19596 /xmake/plugins/project/xmake.lua | |
| parent | 5cf24e4202abda4b61c3d06720e7eb820dfe42ba (diff) | |
| parent | da18ca701757c653587831d13e57e772b96edad2 (diff) | |
Merge pull request #6411 from JX-Master/xcode-generator
New native Xcode project generator.
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 7cae4096c..6f6066b54 100644 --- a/xmake/plugins/project/xmake.lua +++ b/xmake/plugins/project/xmake.lua @@ -44,6 +44,7 @@ task("project") , " - cmake" , " - ninja" , " - xcode (need cmake)" + , " - xcode2" , " - compile_flags" , " - compile_commands (clang compilation database with json format)" , " - vs (auto detect), vs2002 - vs2022" |
