rdnetto / YCM-Generator

Generates config files for YouCompleteMe (https://github.com/Valloric/YouCompleteMe)
GNU General Public License v3.0
917 stars 129 forks source link

Added meson + ninja support #103

Closed vyasgiridhar closed 7 years ago

vyasgiridhar commented 7 years ago

This Adds Meson + Ninja support.

Other backends like Cmake + Ninja can be added later.

this fixes #51

rdnetto commented 7 years ago

Look good. Can you update the README to mention meson support, and to also list an example project using meson that we can use for testing?

rdnetto commented 7 years ago

One last thing: can you merge develop back into your branch? I just configured CI for this repo and would like to make sure the builds are green before merging it in.

vyasgiridhar commented 7 years ago

Done

rdnetto commented 7 years ago

Merged, thanks for the PR. :)