mesonic icon indicating copy to clipboard operation
mesonic copied to clipboard

Mesonic: A Vim plugin for Meson build system

Results 4 mesonic issues
Sort by recently updated
recently updated
newest added

I've created minimal test project. This is on Windows. All files reside in directory `d:\_t`. meson.build: ``` project('foo', 'cpp') executable('foo', 'foo.cpp') ``` foo.cpp ``` int main() { return 0; }...

When building with mesonic `:make` command, it tries to execute `ninja` executable directly (from current PATH on Windows), regardless of what `ninja` executable the meson build was configured to use....

Given the possible needs for meson install (run with root privileges) is better to use a terminal to type answers 'y', passwords fixes #7

I know this is not exactly a mesonic issue, just gathering info about install a meson project how one can use `:make` as normal user and `:make install` involving `sudo`?...