[CMAKE]
[reactos.git] / config.cmake
index fda455f..4b5bd11 100644 (file)
@@ -12,7 +12,7 @@ set(OARCH "pentium" CACHE STRING
 set(TUNE "i686" CACHE STRING\r
 "Which CPU ReactOS should be optimized for.")\r
 \r
-set (OPTIMIZE "1" CACHE STRING\r
+set(OPTIMIZE "1" CACHE STRING\r
 "What level of optimisation to use.\r
   0 = off\r
   1 = Default option, optimize for size (-Os) with some additional options\r
@@ -47,3 +47,5 @@ This settings is disabled (0) by default.")
 set(BUILD_MP TRUE CACHE BOOL\r
 "Whether to compile the multi processor versions for ntoskrnl and hal.")\r
 \r
+set(GENERATE_DEPENDENCY_GRAPH FALSE CACHE BOOL\r
+"Whether to create a graphml dependency of dlls.")\r