Skip to content

Commit 6bd20d3

Browse files
authored
added: meson
1 parent b34e79d commit 6bd20d3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ If any of these files exist in your current working directory, they will be auto
167167
| [CMakeLists.txt](https://github.com/Zeioth/compiler.nvim/blob/main/lua/compiler/bau/cmake.lua) | [+info](https://github.com/Zeioth/Compiler.nvim/wiki/CMake-build-automation-utility) |
168168
| [build.gradle](https://github.com/Zeioth/compiler.nvim/blob/main/lua/compiler/bau/gradle.lua) | [+info](https://github.com/Zeioth/Compiler.nvim/wiki/gradle-build-automation-utility) |
169169
| [package.json](https://github.com/Zeioth/compiler.nvim/blob/main/lua/compiler/bau/nodejs.lua) | [+info](https://github.com/Zeioth/Compiler.nvim/wiki/nodejs-build-automation-utility) |
170+
| [meson.build](https://github.com/Zeioth/compiler.nvim/blob/main/lua/compiler/bau/meson.lua) | [+info](https://github.com/Zeioth/Compiler.nvim/wiki/meson-build-automation-utility) |
170171

171172
## Quick start
172173
Create `~/c-example/main.c` and paste this code. Then do `:cd ~/c-example/` to change the working directory to the project.
@@ -218,7 +219,7 @@ If you want to help me, please star this repository to increase the visibility o
218219

219220
## Roadmap
220221
* `rust, go, swift` require the user to initialize the package before using its respective cli `cargo, go, swift`. Let's explain this on `+more info`. → Let's evaluate the pros and cons of auto initializing a package if do not exist already, so this process is automatic.
221-
* `Building systems → meson` is planned. Auto discovery of options defined by the user is planned.
222+
* `Building systems → meson`. We support it, but we don't currently support Ninja, so there is no way to run the targets, only building them.
222223
* `cli → pip` look for improvements.
223224
* `cli → cargo` look for improvements.
224225
* `cli → dart pub` look for improvements.

0 commit comments

Comments
 (0)