Skip to content

Commit

Permalink
Update CMakePresets.json: add vcpkg config
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisHal authored Dec 6, 2024
1 parent 5d889c4 commit da63fb8
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@
"description": "Hiermit wird Windows (64 Bit) mit der Visual Studio-Entwicklungsumgebung als Ziel verwendet. (RelWithDebInfo)",
"inherits": "x64-debug",
"cacheVariables": { "CMAKE_BUILD_TYPE": "Release" }
}
},
{
"name": "vcpkg",
"generator": "Ninja",
"binaryDir": "${sourceDir}/build",
"cacheVariables": {
"CMAKE_TOOLCHAIN_FILE":
"$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake"
}
}
]
}
}

0 comments on commit da63fb8

Please sign in to comment.