Searched refs:DevelopmentTreeLayout (Results 1 – 1 of 1) sorted by relevance
231 enum { MakefileStyle, CMakeStyle, CMakeBuildModeStyle } DevelopmentTreeLayout; in main() local254 DevelopmentTreeLayout = MakefileStyle; in main()266 DevelopmentTreeLayout = CMakeStyle; in main()271 DevelopmentTreeLayout = CMakeBuildModeStyle; in main()275 DevelopmentTreeLayout = MakefileStyle; // Initialized to avoid warnings. in main()288 switch (DevelopmentTreeLayout) { in main()