templates: add c++-meson

This commit is contained in:
Bruno BELANYI 2023-04-04 16:21:05 +00:00
parent 9822b034f7
commit b3e75b374a
11 changed files with 217 additions and 0 deletions

View file

@ -3,4 +3,8 @@
path = ./c++-cmake;
description = "A C++ project using CMake";
};
"c++-meson" = {
path = ./c++-meson;
description = "A C++ project using CMake";
};
}