Skip to content

jimon/premake-ninja

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

premake-ninja

Premake module to support Ninja, because it's awesome.

Implementation

For each project - configuration pair we create separate .ninja file. For solution we create build.ninja file which imports other .ninja files with subninja command.

Build.ninja file sets phony targets for configuration names so you can build them from command line. And default target is the first configuration name in your project (usually default).

Tested on ubuntu-badge windows-badge macos-badge

Extra Tests

Part of integration tests of several generators in https://github.com/Jarod42/premake-sample-projects Premake5 ubuntu ninja badgePremake5 window ninja badge

TODO

  • Resources are not supported
  • Makefile not supported
  • Bundles of any sort are not supported
  • Clear methods are not supported
  • C# not supported
  • D not supported
  • ...

About

Premake extension to support Ninja

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published