Browse Source

Add vscode cmake-variant for px4_sitl_rtps

master
benjinne 3 years ago committed by Daniel Agar
parent
commit
413e15d083
  1. 5
      .vscode/cmake-variants.yaml

5
.vscode/cmake-variants.yaml vendored

@ -6,6 +6,11 @@ CONFIG: @@ -6,6 +6,11 @@ CONFIG:
buildType: RelWithDebInfo
settings:
CONFIG: px4_sitl_default
px4_sitl_rtps:
short: px4_sitl_rtps
buildType: RelWithDebInfo
settings:
CONFIG: px4_sitl_rtps
px4_sitl_asan:
short: px4_sitl (AddressSanitizer)
buildType: AddressSanitizer

Loading…
Cancel
Save