Add a starter cmake workflow

This commit is contained in:
Brad Davis
2019-08-16 10:21:30 -07:00
parent bd4253ccd6
commit 9de067fdf0
3 changed files with 516 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"name": "CMake based projects",
"description": "Build and test a CMake based project.",
"iconName": "cmake",
"categories": ["C", "C++"]
}