An open API service indexing awesome lists of open source software.

https://github.com/interfiber/mesa

C++ buildsystem & Makefile generator
https://github.com/interfiber/mesa

Last synced: about 2 months ago
JSON representation

C++ buildsystem & Makefile generator

Awesome Lists containing this project

README

        

# Mesa
C++ buildsystem & Makefile generator

## Why?
* Mesa is simple
* Mesa generates portable Makefiles! Makefiles generated by Mesa can be used on any system(except windows)
* Mesa is cross-platform
* Mesa is fast
* Mesa can integrate into any IDE setup by generating ```compile_commands.json``` from the build
* Mesa is easy to hack & modify
* Mesa is not CMake

## Building
The ```Makefile``` in this repo will build Mesa, the built executable will be located at ```bin/Mesa```

## Getting Started
See the [wiki](https://github.com/Interfiber/Mesa/wiki)

## Screenshots

![](./resources/demo_01.png)
![](./resources/demo_02.png)
![](./resources/demo_03.png)