Xmake Generator
Generate xmake.lua build files for C/C++ projects. Configure project name, target kind (binary, static, shared), language standard, source files, include directories, and package dependencies.
How to Use Xmake Generator
Enter your project name, select target kind and language standard, specify source files and include directories, add any package dependencies, then click Generate to create your xmake.lua build file.
Step-by-Step Instructions
- Enter project name and select target kind
- Choose language standard (C11, C++14, C++17, C++20)
- Specify source file globs and include directories
- Add package dependencies and click Generate
Related Tools
JSON Formatter and Validator
Format, validate, and pretty-print JSON with syntax highlighting.
Base64 Encoder and Decoder
Encode text to Base64 or decode Base64 strings back to plain text.
URL Encoder and Decoder
Encode special characters for URLs or decode percent-encoded strings.
HTML Entity Encoder and Decoder
Encode special characters as HTML entities or decode them back.