Created
February 24, 2024 13:27
-
-
Save omsharp/1b3ec6aad9e2e881bccf0b8e95f314eb to your computer and use it in GitHub Desktop.
Revisions
-
omsharp created this gist
Feb 24, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ { "version": "2.0.0", "tasks": [ { "type": "cmake", "label": "CMake_build", "command": "build", "targets": [ "ALL_BUILD" ], "group": "build", "problemMatcher": [], "detail": "CMake build task" }, ] }