templates: add c++-cmake

This commit is contained in:
Bruno BELANYI 2023-04-04 15:48:04 +00:00
parent 951770904f
commit 9822b034f7
12 changed files with 230 additions and 1 deletions

View file

@ -1,3 +1,6 @@
{
# Add templates
"c++-cmake" = {
path = ./c++-cmake;
description = "A C++ project using CMake";
};
}