xmake-project-generator

Installation
SKILL.md

Xmake Project Generators

xmake project exports your xmake project into another build system's format. The core command is:

xmake project -k <kind> [options]

Use a generator when you need to hand the project to a tool that does not speak xmake: an IDE, an LSP, a CI system that only runs CMake, or someone reviewing the build graph.

Available kinds

Installs
7
GitHub Stars
16
First Seen
Apr 15, 2026
xmake-project-generator — xmake-io/xmake-skills