mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-15 19:48:56 +00:00
Some checks are pending
Build and Release / reuse (push) Waiting to run
Build and Release / clang-format (push) Waiting to run
Build and Release / get-info (push) Waiting to run
Build and Release / windows-sdl (push) Blocked by required conditions
Build and Release / windows-qt (push) Blocked by required conditions
Build and Release / macos-sdl (push) Blocked by required conditions
Build and Release / macos-qt (push) Blocked by required conditions
Build and Release / linux-sdl (push) Blocked by required conditions
Build and Release / linux-qt (push) Blocked by required conditions
Build and Release / linux-sdl-gcc (push) Blocked by required conditions
Build and Release / linux-qt-gcc (push) Blocked by required conditions
Build and Release / pre-release (push) Blocked by required conditions
22 lines
501 B
JSON
22 lines
501 B
JSON
{
|
|
"version": 9,
|
|
"cmakeMinimumRequired": {
|
|
"major": 3,
|
|
"minor": 30,
|
|
"patch": 0
|
|
},
|
|
"configurePresets": [
|
|
{
|
|
"name": "x64-Clang-Base",
|
|
"hidden": true,
|
|
"generator": "Ninja",
|
|
"binaryDir": "${sourceDir}/Build/${presetName}",
|
|
"cacheVariables": {
|
|
"CMAKE_C_COMPILER": "clang",
|
|
"CMAKE_CXX_COMPILER": "clang++",
|
|
"CMAKE_INSTALL_PREFIX": "${sourceDir}/Build/${presetName}",
|
|
"CMAKE_OSX_ARCHITECTURES": "x86_64"
|
|
}
|
|
}
|
|
]
|
|
} |