* Moving sample files to cpp sdk repo * Fixed spelling and markdown formatting * Fixes for links * added new lines to the end of files * Update samples/integration/cmake-vcpkg/.gitignore Co-authored-by: Rick Winter <rick.winter@microsoft.com> * Update samples/integration/cmake-vcpkg/README.md Co-authored-by: Rick Winter <rick.winter@microsoft.com> * Update samples/integration/cmake-vcpkg/README.md Co-authored-by: Rick Winter <rick.winter@microsoft.com> * Update samples/integration/cmake-vcpkg/README.md Co-authored-by: Rick Winter <rick.winter@microsoft.com> * updates from feedback * Updates to sample code to use default azure cred * Update samples/integration/cmake-vcpkg/main.cpp Co-authored-by: Rick Winter <rick.winter@microsoft.com> --------- Co-authored-by: Rick Winter <rick.winter@microsoft.com>
27 lines
561 B
JSON
27 lines
561 B
JSON
{
|
|
"version": 3,
|
|
"cmakeMinimumRequired": {
|
|
"major": 3,
|
|
"minor": 30,
|
|
"patch": 0
|
|
},
|
|
"configurePresets": [
|
|
{
|
|
"name": "default",
|
|
"displayName": "Default Config",
|
|
"description": "Default build using Ninja generator",
|
|
"binaryDir": "${sourceDir}/build/",
|
|
"cacheVariables": {
|
|
"CMAKE_BUILD_TYPE": "Debug",
|
|
"CMAKE_TOOLCHAIN_FILE": "path/to/vcpkg/root/scripts/buildsystems/vcpkg.cmake"
|
|
}
|
|
}
|
|
],
|
|
"buildPresets": [
|
|
{
|
|
"name": "default",
|
|
"configurePreset": "default"
|
|
}
|
|
]
|
|
}
|