Add new config option: STATIC_ANALYSIS_SUPPORT

This commit is contained in:
Martin Hořeňovský 2023-05-12 17:13:21 +02:00
parent f60c15364b
commit dba9197ec7
No known key found for this signature in database
GPG key ID: DE48307B8B0D381A
8 changed files with 75 additions and 0 deletions

View file

@ -41,6 +41,7 @@ set(_OverridableOptions
"WCHAR"
"WINDOWS_SEH"
"GETENV"
"EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT"
)
foreach(OptionName ${_OverridableOptions})