2021-08-29 09:04:05 -04:00
|
|
|
{
|
2023-01-13 01:21:53 -05:00
|
|
|
"version": 2,
|
2021-08-29 09:04:05 -04:00
|
|
|
"cmakeMinimumRequired": {
|
|
|
|
"major": 3,
|
2023-01-13 01:21:53 -05:00
|
|
|
"minor": 20
|
2021-08-29 09:04:05 -04:00
|
|
|
},
|
|
|
|
"configurePresets": [
|
|
|
|
{
|
2023-01-13 01:21:53 -05:00
|
|
|
"name": "base",
|
|
|
|
"binaryDir": "${sourceDir}/build/${presetName}",
|
2021-08-29 09:04:05 -04:00
|
|
|
"cacheVariables": {
|
2023-01-13 01:21:53 -05:00
|
|
|
"CMAKE_INSTALL_PREFIX": "${sourceDir}/build/artifacts",
|
|
|
|
"CMAKE_EXPORT_COMPILE_COMMANDS": true,
|
2021-08-29 09:28:23 -04:00
|
|
|
"DEV_BRANCH": "OFF",
|
2023-01-13 01:21:53 -05:00
|
|
|
"NEW_DYNAREC": "OFF",
|
|
|
|
"QT": "ON"
|
2022-07-12 07:51:16 -04:00
|
|
|
},
|
2023-01-13 01:21:53 -05:00
|
|
|
"generator": "Ninja",
|
|
|
|
"hidden": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "regular",
|
|
|
|
"cacheVariables": {
|
|
|
|
"CMAKE_BUILD_TYPE": "Release"
|
|
|
|
},
|
|
|
|
"inherits": "base"
|
2021-08-29 09:04:05 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "optimized",
|
|
|
|
"cacheVariables": {
|
2023-01-13 01:21:53 -05:00
|
|
|
"CMAKE_BUILD_TYPE": "Optimized"
|
2022-07-12 07:51:16 -04:00
|
|
|
},
|
2023-01-13 01:21:53 -05:00
|
|
|
"inherits": "base"
|
2021-08-29 09:04:05 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "debug",
|
|
|
|
"cacheVariables": {
|
2023-01-13 01:21:53 -05:00
|
|
|
"CMAKE_BUILD_TYPE": "Debug"
|
|
|
|
},
|
|
|
|
"inherits": "base"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "development",
|
|
|
|
"cacheVariables": {
|
|
|
|
"CMAKE_BUILD_TYPE": "Release",
|
2024-07-23 21:11:09 -04:00
|
|
|
"DEV_BRANCH": "ON"
|
2022-07-12 07:51:16 -04:00
|
|
|
},
|
2023-01-13 01:21:53 -05:00
|
|
|
"inherits": "base"
|
2021-08-29 09:04:05 -04:00
|
|
|
},
|
|
|
|
{
|
2024-07-23 21:11:09 -04:00
|
|
|
"name": "dev_debug",
|
2021-08-29 09:04:05 -04:00
|
|
|
"cacheVariables": {
|
|
|
|
"CMAKE_BUILD_TYPE": "Debug",
|
2024-07-23 21:11:09 -04:00
|
|
|
"DEV_BRANCH": "ON"
|
2022-07-12 07:51:16 -04:00
|
|
|
},
|
2023-01-13 01:21:53 -05:00
|
|
|
"inherits": "base"
|
2023-05-04 15:12:02 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "llvm-macos-aarch64.cmake",
|
|
|
|
"displayName": "MacOS clang regular",
|
|
|
|
"generator": "Ninja",
|
|
|
|
"binaryDir": "${sourceDir}/out/build/${presetName}",
|
|
|
|
"cacheVariables": {
|
|
|
|
"CMAKE_TOOLCHAIN_FILE": "cmake/llvm-macos-aarch64.cmake",
|
|
|
|
"NEW_DYNAREC": "ON",
|
|
|
|
"QT": "ON",
|
|
|
|
"USE_QT6": "OFF",
|
|
|
|
"Qt5_DIR": "/opt/homebrew/opt/qt@5/lib/cmake/Qt5",
|
|
|
|
"MOLTENVK_DIR": "/opt/homebrew/opt/molten-vk",
|
|
|
|
"Qt5LinguistTools_DIR": "/opt/homebrew/opt/qt@5/lib/cmake/Qt5LinguistTools",
|
2024-12-01 20:33:51 -05:00
|
|
|
"OpenAL_ROOT": "/opt/homebrew/opt/openal-soft",
|
|
|
|
"LIBSERIALPORT_ROOT": "/opt/homebrew/opt/libserialport"
|
2023-05-04 15:12:02 -04:00
|
|
|
},
|
|
|
|
"inherits": "regular"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "llvm-macos-aarch64-debug",
|
|
|
|
"displayName": "MacOS clang debug",
|
|
|
|
"generator": "Ninja",
|
|
|
|
"binaryDir": "${sourceDir}/out/build/${presetName}",
|
|
|
|
"cacheVariables": {
|
|
|
|
"CMAKE_TOOLCHAIN_FILE": "cmake/llvm-macos-aarch64.cmake",
|
|
|
|
"NEW_DYNAREC": "ON",
|
|
|
|
"QT": "ON",
|
|
|
|
"USE_QT6": "OFF",
|
|
|
|
"Qt5_DIR": "/opt/homebrew/opt/qt@5/lib/cmake/Qt5",
|
|
|
|
"MOLTENVK_DIR": "/opt/homebrew/opt/molten-vk",
|
|
|
|
"Qt5LinguistTools_DIR": "/opt/homebrew/opt/qt@5/lib/cmake/Qt5LinguistTools",
|
|
|
|
"OpenAL_ROOT": "/opt/homebrew/opt/openal-soft",
|
2024-12-01 20:33:51 -05:00
|
|
|
"LIBSERIALPORT_ROOT": "/opt/homebrew/opt/libserialport",
|
2023-05-04 15:12:02 -04:00
|
|
|
"CMAKE_CXX_FLAGS_DEBUG": "-g -O0 -DENABLE_VDE_LOG",
|
|
|
|
"CMAKE_C_FLAGS_DEBUG": "-g -O0 -DENABLE_VDE_LOG"
|
|
|
|
},
|
|
|
|
"inherits": "debug"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "flags-gcc-aarch64-debug",
|
|
|
|
"displayName": "Linux ARM 64 - Debug",
|
|
|
|
"description": "Linux ARM64 - Debug build",
|
|
|
|
"generator": "Ninja",
|
|
|
|
"binaryDir": "${sourceDir}/out/build/${presetName}",
|
|
|
|
"cacheVariables": {
|
|
|
|
"NEW_DYNAREC": "ON",
|
|
|
|
"CMAKE_BUILD_TYPE": "Debug",
|
|
|
|
"CMAKE_TOOLCHAIN_FILE": "cmake/flags-gcc-aarch64.cmake",
|
|
|
|
"CMAKE_INSTALL_PREFIX": "${sourceDir}/out/install/${presetName}",
|
|
|
|
"CMAKE_CXX_FLAGS_DEBUG": "-g -O0 -DENABLE_VDE_LOG",
|
|
|
|
"CMAKE_C_FLAGS_DEBUG": "-g -O0 -DENABLE_VDE_LOG"
|
|
|
|
},
|
|
|
|
"inherits": "debug"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "flags-gcc-aarch64-regular",
|
|
|
|
"displayName": "Linux ARM 64 - Regular",
|
|
|
|
"description": "Linux ARM64 - Release build",
|
|
|
|
"generator": "Ninja",
|
|
|
|
"binaryDir": "${sourceDir}/out/build/${presetName}",
|
|
|
|
"cacheVariables": {
|
|
|
|
"NEW_DYNAREC": "ON",
|
|
|
|
"CMAKE_BUILD_TYPE": "Release",
|
|
|
|
"CMAKE_TOOLCHAIN_FILE": "cmake/flags-gcc-aarch64.cmake",
|
|
|
|
"CMAKE_INSTALL_PREFIX": "${sourceDir}/out/install/${presetName}"
|
|
|
|
},
|
|
|
|
"inherits": "regular"
|
2021-08-29 09:04:05 -04:00
|
|
|
}
|
2023-01-13 01:21:53 -05:00
|
|
|
],
|
|
|
|
"buildPresets": [],
|
|
|
|
"testPresets": []
|
2021-09-02 13:59:14 -04:00
|
|
|
}
|