build: Added vcpkg manifest
This commit is contained in:
parent
3f6b5203ca
commit
466b372d41
@ -45,6 +45,21 @@
|
|||||||
|
|
||||||
"IMHEX_IDE_HELPERS_OVERRIDE_XCODE_COMPILER": "ON"
|
"IMHEX_IDE_HELPERS_OVERRIDE_XCODE_COMPILER": "ON"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "vs2022",
|
||||||
|
"displayName": "Visual Studio 2022",
|
||||||
|
"generator": "Visual Studio 17 2022",
|
||||||
|
"binaryDir": "${sourceDir}/build/${presetName}",
|
||||||
|
"architecture": {
|
||||||
|
"strategy": "set",
|
||||||
|
"value": "Win32"
|
||||||
|
},
|
||||||
|
"cacheVariables": {
|
||||||
|
"CMAKE_C_FLAGS": "/std:clatest",
|
||||||
|
"CMAKE_CXX_FLAGS": "/std:c++latest",
|
||||||
|
"CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"buildPresets": [
|
"buildPresets": [
|
||||||
|
16
vcpkg.json
Normal file
16
vcpkg.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"name": "vcpkg",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"builtin-baseline": "19f945ab2c1e816de6bbb812fc1514e3dc52c287",
|
||||||
|
"dependencies": [
|
||||||
|
"libmagic",
|
||||||
|
"freetype",
|
||||||
|
"mbedtls",
|
||||||
|
"zlib",
|
||||||
|
"bzip2",
|
||||||
|
"liblzma",
|
||||||
|
"zstd",
|
||||||
|
"glfw3",
|
||||||
|
"curl"
|
||||||
|
]
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user