Skip to content

Commit

Permalink
Add Linux Debug preset
Browse files Browse the repository at this point in the history
  • Loading branch information
kyv001 authored and FangCunWuChang committed Nov 23, 2024
1 parent 34ec366 commit 6fa69a2
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,22 @@
"CMAKE_RC_COMPILER": "llvm-rc"
}
},
{
"name": "Ninja Debug Linux LLVM",
"displayName": "Ninja Debug Linux LLVM",
"description": "Ninja Debug Linux LLVM",
"generator": "Ninja",
"binaryDir": "${sourceDir}/build/ninja-debug-linux-llvm",
"installDir": "${sourceDir}/install/ninja-debug-linux-llvm",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
"CMAKE_TOOLCHAIN_FILE": "${sourceDir}/vcpkg/scripts/buildsystems/vcpkg.cmake",
"VCPKG_TARGET_TRIPLET": "x64-linux",
"CMAKE_C_COMPILER": "clang",
"CMAKE_CXX_COMPILER": "clang++",
"CMAKE_RC_COMPILER": "llvm-rc"
}
},
{
"name": "Ninja Release Linux LLVM",
"displayName": "Ninja Release Linux LLVM",
Expand Down Expand Up @@ -116,6 +132,13 @@
"configurePreset": "Ninja Release Win64 LLVM",
"jobs": 16
},
{
"name": "Ninja Debug Linux LLVM",
"displayName": "Ninja Debug Linux LLVM",
"description": "Ninja Debug Linux LLVM",
"configurePreset": "Ninja Debug Linux LLVM",
"jobs": 16
},
{
"name": "Ninja Release Linux LLVM",
"displayName": "Ninja Release Linux LLVM",
Expand Down

0 comments on commit 6fa69a2

Please sign in to comment.