15 lines
401 B
JSON
15 lines
401 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|