Searched refs:DevelopmentTreeLayout (Results 1 – 1 of 1) sorted by relevance
185 enum { MakefileStyle, CMakeStyle, CMakeBuildModeStyle } DevelopmentTreeLayout; in main() local208 DevelopmentTreeLayout = MakefileStyle; in main()220 DevelopmentTreeLayout = CMakeStyle; in main()225 DevelopmentTreeLayout = CMakeBuildModeStyle; in main()229 DevelopmentTreeLayout = MakefileStyle; // Initialized to avoid warnings. in main()242 switch (DevelopmentTreeLayout) { in main()