initial commit
Signed-off-by: Peter Siegmund <mars3142@noreply.mars3142.dev>
This commit is contained in:
88
libs/wxWidgets-3.3.1/CMakePresets.json
Normal file
88
libs/wxWidgets-3.3.1/CMakePresets.json
Normal file
@@ -0,0 +1,88 @@
|
||||
{
|
||||
"version": 3,
|
||||
"cmakeMinimumRequired": {
|
||||
"major": 3,
|
||||
"minor": 21,
|
||||
"patch": 0
|
||||
},
|
||||
"configurePresets": [
|
||||
{
|
||||
"name": "common",
|
||||
"hidden": true,
|
||||
"binaryDir": "${sourceDir}/build/cmake/output/${presetName}"
|
||||
},
|
||||
{
|
||||
"name": "with_samples",
|
||||
"hidden": true,
|
||||
"cacheVariables": {
|
||||
"wxBUILD_SAMPLES": "ALL"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "msw_base",
|
||||
"description": "Base configuration for MSW",
|
||||
"hidden": true,
|
||||
"inherits": "common",
|
||||
"condition": {
|
||||
"type": "equals",
|
||||
"lhs": "${hostSystemName}",
|
||||
"rhs": "Windows"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "msw_vc17_samples",
|
||||
"inherits": [
|
||||
"with_samples",
|
||||
"msw_base"
|
||||
],
|
||||
"displayName": "MSW Visual Studio 2022 (with Samples)",
|
||||
"generator": "Visual Studio 17 2022"
|
||||
},
|
||||
{
|
||||
"name": "msw_vc17",
|
||||
"inherits": "msw_base",
|
||||
"displayName": "MSW Visual Studio 2022",
|
||||
"generator": "Visual Studio 17 2022"
|
||||
},
|
||||
{
|
||||
"name": "osx_base",
|
||||
"hidden": true,
|
||||
"description": "Base configuration for OSX",
|
||||
"condition": {
|
||||
"type": "equals",
|
||||
"lhs": "${hostSystemName}",
|
||||
"rhs": "Darwin"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "osx_xcode_samples",
|
||||
"inherits": [
|
||||
"with_samples",
|
||||
"osx_base"
|
||||
],
|
||||
"displayName": "macOS Xcode (with Samples)",
|
||||
"generator": "Xcode"
|
||||
},
|
||||
{
|
||||
"name": "osx_xcode",
|
||||
"inherits": "osx_base",
|
||||
"displayName": "macOS Xcode",
|
||||
"generator": "Xcode"
|
||||
},
|
||||
{
|
||||
"name": "osx_make_samples",
|
||||
"inherits": [
|
||||
"with_samples",
|
||||
"osx_base"
|
||||
],
|
||||
"displayName": "macOS Make (with Samples)",
|
||||
"generator": "Unix Makefiles"
|
||||
},
|
||||
{
|
||||
"name": "osx_make",
|
||||
"inherits": "osx_base",
|
||||
"displayName": "macOS Make",
|
||||
"generator": "Unix Makefiles"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user