* Introduce _VS_ANALYZE_ option for the VS static analysis support.
[reactos.git] / reactos / cmake / config.cmake
index 80fffb5..d8ef1f6 100644 (file)
@@ -69,6 +69,10 @@ set(GENERATE_DEPENDENCY_GRAPH FALSE CACHE BOOL
 "Whether to create a graphml dependency of dlls.")
 
 if(MSVC)
+
 set(_PREFAST_ FALSE CACHE BOOL
 "Whether to enable PREFAST while compiling.")
+set(_VS_ANALYZE_ FALSE CACHE BOOL
+"Whether to enable static analysis while compiling.")
+
 endif()