Skip to content

generate IDE project files plugin #124

@waruqi

Description

@waruqi
  • Makefile (linux/macosx/mingw/cygwin)
    • $ xmake project -k makefile
  • Visual Studio IDE Project
    • vs2003 - vs2008
      • $ xmake project -k vs2008
    • vs2010 - vs2019
      • $ xmake project -k vs2017 -m "debug,release"
  • Visual Studio IDE Project (Wrap xmake command Support call xmake from msbuild #472)
    • vs2010 - vs2019
      • $ xmake project -k vsxmake2017 -m "debug;release"
  • Compilation Databases (clang-based tools)
    • $ xmake project -k compile_commands
    • $ xmake project -k compile_flags
  • Xcode IDE Project (Uses cmake)
    • $ xmake project -k xcode
  • Code::Blocks IDE Project
    • $ xmake project -k codeblocks
  • Ninja
    • $ xmake project -k ninja
  • CMake Project
  • $ xmake project -k cmakelists

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions