Add vscode cmake-variant for px4_sitl_rtps

This commit is contained in:
benjinne 2021-10-04 11:47:15 -04:00 committed by Daniel Agar
parent 540c024cbb
commit 413e15d083
1 changed files with 5 additions and 0 deletions

View File

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