Pong/CMakePresets.json
Karutoh d6242a7fad
Some checks failed
Build & Release / Linux-AARCH64-Build (push) Failing after 8s
Build & Release / Linux-AMD64-Build (push) Successful in 14s
Build & Release / Windows-AMD64-Build (push) Failing after 21s
Added CI/CD.
2024-07-01 19:53:57 -07:00

12 lines
243 B
JSON

{
"version": 3,
"configurePresets": [
{
"name": "default",
"binaryDir": "${sourceDir}/build",
"cacheVariables": {
"CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake"
}
}
]
}