feat test
This commit is contained in:
14
.vscode/tasks.json
vendored
Normal file
14
.vscode/tasks.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"tasks": [
|
||||
{
|
||||
"type": "shell",
|
||||
"label": "CMake Generate",
|
||||
"command": "cmake -S. -Bbuild -DCAMKE_POLICY_MINIMUM_VERSION=3.5 -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON $VCPKG_CMAKE_ARGS"
|
||||
},
|
||||
{
|
||||
"type": "shell",
|
||||
"label": "CMake Build",
|
||||
"comamnd": "cmake --build build"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user