Premake is a command line utility which reads a scripted definition of a software project and, most commonly, uses it to generate project files for toolsets like Visual Studio, Xcode, or GNU Make.
This unofficial tutorial is provided to show you some specific uses of Premake5.
Name | Contents |
---|---|
hello | for Premake5 beginners |
outputdir | specify the file name and output directory |
clean_action | add a clean action |
See LICENSE document.