- [x] Makefile (linux/macosx/mingw/cygwin) - `$ xmake project -k makefile` - [x] Visual Studio IDE Project - [x] vs2003 - vs2008 - `$ xmake project -k vs2008` - [x] vs2010 - vs2019 - `$ xmake project -k vs2017 -m "debug,release"` - [x] Visual Studio IDE Project (Wrap xmake command https://github.com/xmake-io/xmake/pull/472) - [x] vs2010 - vs2019 - `$ xmake project -k vsxmake2017 -m "debug;release"` - [x] Compilation Databases (clang-based tools) - `$ xmake project -k compile_commands` - `$ xmake project -k compile_flags` - [x] Xcode IDE Project (Uses cmake) - `$ xmake project -k xcode` - [ ] Code::Blocks IDE Project - `$ xmake project -k codeblocks` - [x] Ninja - `$ xmake project -k ninja` - [x] CMake Project - `$ xmake project -k cmakelists`
$ xmake project -k makefile$ xmake project -k vs2008$ xmake project -k vs2017 -m "debug,release"$ xmake project -k vsxmake2017 -m "debug;release"$ xmake project -k compile_commands$ xmake project -k compile_flags$ xmake project -k xcode$ xmake project -k codeblocks$ xmake project -k ninja$ xmake project -k cmakelists