mirror of
https://github.com/fedapo/vb6-parser.git
synced 2025-12-17 08:44:34 +03:00
Some changes
This commit is contained in:
32
CMakePresets.json
Normal file
32
CMakePresets.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"version": 3,
|
||||
"configurePresets": [
|
||||
{
|
||||
"name": "vcpkg",
|
||||
"displayName": "vcpkg Config",
|
||||
"description": "Build using vcpkg as a package manager",
|
||||
"generator": "Unix Makefiles",
|
||||
"toolchainFile": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake",
|
||||
"binaryDir": "${sourceDir}/build",
|
||||
"cacheVariables": {
|
||||
"CMAKE_BUILD_TYPE": "Release",
|
||||
"CMAKE_EXPORT_COMPILE_COMMANDS": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"buildPresets": [
|
||||
{
|
||||
"name": "vcpkg",
|
||||
"configurePreset": "vcpkg",
|
||||
"jobs": 16
|
||||
}
|
||||
],
|
||||
"testPresets": [
|
||||
{
|
||||
"name": "default",
|
||||
"configurePreset": "vcpkg",
|
||||
"output": { "outputOnFailure": true },
|
||||
"execution": { "noTestsAction": "error", "stopOnFailure": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user