A minimal Xmake project template
Simply click the button below to get started:
To setup and use the project you will need to have the following tools installed:
Clone the repository
git clone https://github.com/nurodev/xmake-scaffold.gitChange the working directory to the newly cloned repository:
cd xmake-scaffoldRun xmake to install the dependencies & build the project:
xmakeRun the project after it has been built:
xmake run